MultipleG - G Suite Shortcuts

Shortcuts for Multiple G Suite Accounts

What is MultipleG - G Suite Shortcuts?

MultipleG - G Suite Shortcuts is a Chrome extension developed by eszeto, and its main feature is "Shortcuts for Multiple G Suite Accounts".

Extension Screenshots

screenshot

Download MultipleG - G Suite Shortcuts Extension CRX File

Download MultipleG - G Suite Shortcuts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Use multiple G Suite accounts? MultipleG is a handy set of shortcut links to the Google services tied to each G Suite account you're logged into. 

For example, add a work event by quickly and easily opening your work Google calendar from any Chrome window.

Works with as many G Suite accounts as you're logged into!

To update the links, just visit your primary Gmail account.                    

Extension Basic Information

Name MultipleG - G Suite Shortcuts MultipleG - G Suite Shortcuts
ID kdfclaelfgijpdoidjpfoiljhfalpehk
Official URL https://chrome.google.com/webstore/detail/multipleg-g-suite-shortcu/kdfclaelfgijpdoidjpfoiljhfalpehk
Description Shortcuts for Multiple G Suite Accounts
File Size 7.55 KB
Installation Count 226
Current Version 1.0.2
Last Updated 2017-04-02
Publish Date 2017-04-02
Rating 5.00/5 Total 4 Ratings
Developer eszeto
Email [email protected]
Payment Type free
Extension Website http://www.multipleg.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MultipleG - G Suite Shortcuts",
    "description": "Shortcuts for Multiple G Suite Accounts",
    "version": "1.0.2",
    "icons": {
        "16": "gicon16.png",
        "128": "gicon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "menu.js"
        ]
    },
    "manifest_version": 2
}