Affixa - Gmail (TM) Draft Display
This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts. By…
Affixa - Gmail (TM) Draft Displayとは何ですか?
Affixa - Gmail (TM) Draft Displayはhttps://www.affixa.comによって開発されたChromeの拡張機能で、その主な機能は「This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts. By…」です。
拡張機能のスクリーンショット
Affixa - Gmail (TM) Draft Display拡張機能のCRXファイルをダウンロード
Affixa - Gmail (TM) Draft Display拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts. By installing this extension and enabling the "show in web browser" option for your account in Affixa, you will be shown your draft message in your existing Gmail browser tab. It even works if you're logged into multiple Google accounts at the same time. Affixa is available from: https://www.affixa.com/ Use of trademarks is subject to Google Permissions. Privacy Policy: https://www.affixa.com/browser-extensions-privacy-policy/
拡張機能の基本情報
名前 | |
ID | ceimgagkkofjoalgojpkdcmhmbljbbaa |
公式URL | https://chromewebstore.google.com/detail/affixa-gmail-tm-draft-dis/ceimgagkkofjoalgojpkdcmhmbljbbaa |
説明 | This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts. By… |
ファイルサイズ | 74.38 KB |
インストール数 | 436,662 |
現在のバージョン | 4.4.1 |
最終更新日 | 2019-01-06 |
公開日 | 2019-01-05 |
評価 | 4.20/5 合計 45 レビュー |
開発者 | https://www.affixa.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.affixa.com/browser-extensions-privacy-policy/ |
プライバシーポリシーページのURL | https://www.affixa.com/browser-extensions-privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "underscore-min.js", "GmailTabsManager.js", "GmailAccountsManager.js", "GmailAccount.js", "GmailTab.js", "GmailDraft.js", "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "jquery-3.3.1.min.js", "arrive.min.js", "content.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Affixa - Gmail (TM) Draft Display", "permissions": [ "alarms", "tabs", "webRequest", "webRequestBlocking", "*:\/\/mail.google.com\/*", "*:\/\/accounts.google.com\/*" ], "version": "4.4.1" } |