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 |
电子邮箱 | [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" } |