Collab.email
Let's rethink email.
Qu'est-ce que Collab.email ?
Collab.email est une extension Chrome développée par http://collab.email, et sa fonction principale est "Let's rethink email.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Collab.email
Téléchargez les fichiers d'extension Collab.email au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | dlokeagiggcpobbgkkidmpdjmbmddall |
URL Officiel | https://chrome.google.com/webstore/detail/dlokeagiggcpobbgkkidmpdjmbmddall |
Description | Let's rethink email. |
Taille du Fichier | 46.72 KB |
Nombre d'Installations | 27 |
Version Actuelle | 0.0.8 |
Dernière Mise à Jour | 2015-11-16 |
Date de Publication | 2015-11-16 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | http://collab.email |
Type de Paiement | free |
Site Web de l'Extension | https://collab.email |
Langues Prises en Charge | 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": [ " |