Collab.email
Let's rethink email.
Vad är Collab.email?
Collab.email är en Chrome-tillägg utvecklad av http://collab.email, och dess huvudfunktion är "Let's rethink email.".
Tilläggsskärmbilder
Ladda ner Collab.email-förlängningens CRX-fil
Ladda ner Collab.email-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | dlokeagiggcpobbgkkidmpdjmbmddall |
Officiell webbadress | https://chrome.google.com/webstore/detail/dlokeagiggcpobbgkkidmpdjmbmddall |
Beskrivning | Let's rethink email. |
Filstorlek | 46.72 KB |
Antal Installationer | 27 |
Aktuell Version | 0.0.8 |
Senast Uppdaterad | 2015-11-16 |
Publiceringsdatum | 2015-11-16 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | http://collab.email |
Betalningssätt | free |
Tilläggswebbplats | https://collab.email |
Stödda Språk | 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": [ " |