Collab.email
Let's rethink email.
Hvad er Collab.email?
Collab.email er en Chrome-udvidelse udviklet af http://collab.email, og dens hovedfunktion er "Let's rethink email.".
Udvidelsesskærmbilleder
Download Collab.email-udvidelses-CRX-fil
Download Collab.email-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | dlokeagiggcpobbgkkidmpdjmbmddall |
Officiel URL | https://chrome.google.com/webstore/detail/dlokeagiggcpobbgkkidmpdjmbmddall |
Beskrivelse | Let's rethink email. |
Filstørrelse | 46.72 KB |
Antal Installationer | 27 |
Nuværende Version | 0.0.8 |
Senest Opdateret | 2015-11-16 |
Udgivelsesdato | 2015-11-16 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | http://collab.email |
Betalingsmetode | free |
Udvidelseswebsted | https://collab.email |
Understøttede Sprog | 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": [ " |