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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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": [ " |