Category: Google Apps for Works

  • Why businesses should use a Google Apps consultant?

    Google Apps consultants help businesses do what they need to do –  that is focus on their businesses but still get the IT solutions they need. As a consultant brings expertise that isn’t available in-house either because of skill or resource constraints. Google Apps is a set of tools that totally replaces the Microsoft Office…

  • Moving email to Google Apps

    This is the first post of mine relating to Google Apps for Works, or as it used to be called Google Apps for Business. One of the primary reasons a business moves to Google Apps is for email, well at least this is a very common reason.  Google Apps actually provides so much more than…

  • Google Chrome extract links

    Extract links from a Google Chrome page Inspect element Go to console run urls = $$(‘a’); for (url in urls) console.log ( urls[url].href );