Collab.email
Let's rethink email.
Was ist Collab.email?
Collab.email ist eine Chrome-Erweiterung, die von http://collab.email entwickelt wurde, und ihr Hauptmerkmal ist "Let's rethink email.".
Erweiterungsscreenshots
Collab.email-Erweiterungs-CRX-Datei herunterladen
Laden Sie Collab.email-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | dlokeagiggcpobbgkkidmpdjmbmddall |
Offizielle URL | https://chrome.google.com/webstore/detail/dlokeagiggcpobbgkkidmpdjmbmddall |
Beschreibung | Let's rethink email. |
Dateigröße | 46.72 KB |
Installationsanzahl | 27 |
Aktuelle Version | 0.0.8 |
Letztes Update | 2015-11-16 |
Veröffentlichungsdatum | 2015-11-16 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | http://collab.email |
Zahlungsart | free |
Erweiterungswebsite | https://collab.email |
Unterstützte Sprachen | 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": [ " |