MultipleG - G Suite Shortcuts
Shortcuts for Multiple G Suite Accounts
Wat is MultipleG - G Suite Shortcuts?
MultipleG - G Suite Shortcuts is een Chrome-extensie ontwikkeld door eszeto, en de belangrijkste functie is "Shortcuts for Multiple G Suite Accounts".
Extensie Screenshots
Download het CRX-bestand van de extensie MultipleG - G Suite Shortcuts
Download MultipleG - G Suite Shortcuts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | kdfclaelfgijpdoidjpfoiljhfalpehk |
Officiële URL | https://chrome.google.com/webstore/detail/multipleg-g-suite-shortcu/kdfclaelfgijpdoidjpfoiljhfalpehk |
Beschrijving | Shortcuts for Multiple G Suite Accounts |
Bestandsgrootte | 7.55 KB |
Aantal Installaties | 226 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2017-04-02 |
Publicatiedatum | 2017-04-02 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | eszeto |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.multipleg.com |
Ondersteunde Talen | 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 } |