Collab.email
Let's rethink email.
Collab.email क्या है?
Collab.email http://collab.email द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Let's rethink email."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Collab.email एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |