Collab.email
Let's rethink email.
Collab.emailคืออะไร?
Collab.email เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://collab.email และคุณลักษณะหลักของมันคือ "Let's rethink email."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Collab.email
ดาวน์โหลดไฟล์ส่วนขยาย Collab.email ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Collab.email brings collaboration to your Gmail. Using Collab.email you can share your emails, chat with your team inside threads and use annotations and mentions to quickly collaborate and get things done! Give us a try — it’s free!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dlokeagiggcpobbgkkidmpdjmbmddall |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/dlokeagiggcpobbgkkidmpdjmbmddall |
คำอธิบาย | Let's rethink email. |
ขนาดไฟล์ | 46.72 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 0.0.8 |
อัปเดตครั้งล่าสุด | 2015-11-16 |
วันที่เผยแพร่ | 2015-11-16 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | http://collab.email |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://collab.email |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "images\/icon-16px.png", "48": "images\/icon-48px.png", "128": "images\/icon-128px.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "js\/boot.js" ], "css": [ "css\/style.css" ], "all_frames": true, "run_at": "document_end" } ], "externally_connectable": { "matches": [ "https:\/\/localhost:8443\/*", "https:\/\/*.api.collab.email\/*", "https:\/\/collab.email\/*", "https:\/\/collabemail215-135c.kxcdn.com\/*", "https:\/\/collabemail360-135c.kxcdn.com\/*", "https:\/\/dfdbz2tdq3k01.cloudfront.net\/*", "https:\/\/secure.quantserve.com\/*", "https:\/\/wfpscripts.webspectator.com\/*", "https:\/\/*.realtime.co\/*" ] }, "incognito": "split", "permissions": [ " |