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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.affixa.com และคุณลักษณะหลักของมันคือ "This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts. By…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Affixa - Gmail (TM) Draft Display
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |