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": [ " |