MultipleG - G Suite Shortcuts

Shortcuts for Multiple G Suite Accounts

Was ist MultipleG - G Suite Shortcuts?

MultipleG - G Suite Shortcuts ist eine Chrome-Erweiterung, die von eszeto entwickelt wurde, und ihr Hauptmerkmal ist "Shortcuts for Multiple G Suite Accounts".

Erweiterungsscreenshots

screenshot

MultipleG - G Suite Shortcuts-Erweiterungs-CRX-Datei herunterladen

Laden Sie MultipleG - G Suite Shortcuts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name MultipleG - G Suite Shortcuts MultipleG - G Suite Shortcuts
ID kdfclaelfgijpdoidjpfoiljhfalpehk
Offizielle URL https://chrome.google.com/webstore/detail/multipleg-g-suite-shortcu/kdfclaelfgijpdoidjpfoiljhfalpehk
Beschreibung Shortcuts for Multiple G Suite Accounts
Dateigröße 7.55 KB
Installationsanzahl 226
Aktuelle Version 1.0.2
Letztes Update 2017-04-02
Veröffentlichungsdatum 2017-04-02
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler eszeto
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.multipleg.com
Unterstützte Sprachen 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
}