MultipleG - G Suite Shortcuts
Shortcuts for Multiple G Suite Accounts
Vad är MultipleG - G Suite Shortcuts?
MultipleG - G Suite Shortcuts är en Chrome-tillägg utvecklad av eszeto, och dess huvudfunktion är "Shortcuts for Multiple G Suite Accounts".
Tilläggsskärmbilder
Ladda ner MultipleG - G Suite Shortcuts-förlängningens CRX-fil
Ladda ner MultipleG - G Suite Shortcuts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | kdfclaelfgijpdoidjpfoiljhfalpehk |
Officiell webbadress | https://chrome.google.com/webstore/detail/multipleg-g-suite-shortcu/kdfclaelfgijpdoidjpfoiljhfalpehk |
Beskrivning | Shortcuts for Multiple G Suite Accounts |
Filstorlek | 7.55 KB |
Antal Installationer | 226 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2017-04-02 |
Publiceringsdatum | 2017-04-02 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | eszeto |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.multipleg.com |
Stödda Språk | 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 } |