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 là gì?
Affixa - Gmail (TM) Draft Display là một tiện ích mở rộng Chrome được phát triển bởi https://www.affixa.com, và tính năng chính của nó là "This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts. By…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Affixa - Gmail (TM) Draft Display
Tải xuống các tệp mở rộng Affixa - Gmail (TM) Draft Display dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ceimgagkkofjoalgojpkdcmhmbljbbaa |
URL Chính Thức | https://chromewebstore.google.com/detail/affixa-gmail-tm-draft-dis/ceimgagkkofjoalgojpkdcmhmbljbbaa |
Mô tả | This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts. By… |
Kích Thước Tệp | 74.38 KB |
Số Lần Cài Đặt | 436,662 |
Phiên Bản Hiện Tại | 4.4.1 |
Cập Nhật Lần Cuối | 2019-01-06 |
Ngày Phát Hành | 2019-01-05 |
Đánh Giá | 4.20/5 Tổng số 45 Đánh Giá |
Nhà Phát Triển | https://www.affixa.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.affixa.com/browser-extensions-privacy-policy/ |
URL Trang Chính Sách Bảo Mật | https://www.affixa.com/browser-extensions-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |