MultipleG - G Suite Shortcuts
Shortcuts for Multiple G Suite Accounts
MultipleG - G Suite Shortcutsとは何ですか?
MultipleG - G Suite Shortcutsはeszetoによって開発されたChromeの拡張機能で、その主な機能は「Shortcuts for Multiple G Suite Accounts」です。
拡張機能のスクリーンショット
MultipleG - G Suite Shortcuts拡張機能のCRXファイルをダウンロード
MultipleG - G Suite Shortcuts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | kdfclaelfgijpdoidjpfoiljhfalpehk |
公式URL | https://chrome.google.com/webstore/detail/multipleg-g-suite-shortcu/kdfclaelfgijpdoidjpfoiljhfalpehk |
説明 | Shortcuts for Multiple G Suite Accounts |
ファイルサイズ | 7.55 KB |
インストール数 | 226 |
現在のバージョン | 1.0.2 |
最終更新日 | 2017-04-02 |
公開日 | 2017-04-02 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | eszeto |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.multipleg.com |
対応言語 | 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 } |