Redbooth for Gmail
Supercharge your inbox with collaboration. Convert emails into tasks.
Redbooth for Gmail क्या है?
Redbooth for Gmail https://redbooth.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Supercharge your inbox with collaboration. Convert emails into tasks."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Redbooth for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Supercharge your inbox with Redbooth for Gmail: - Convert emails into tasks - Create tasks instantly, directly from your inbox Key Redbooth Features: - Create, assign and update tasks anytime, anywhere - Quickly access important projects, tasks and files - Share files through our integrations with Google Drive, Dropbox, and Box - Chat instantly with your team, on the go - HD video conferencing and screen sharing with up to 100 users - Available on iPhone, Android, iPad and web Work smarter with Redbooth! To start a free trial, visit www.redbooth.com.
एक्सटेंशन की मूल जानकारी
नाम | Redbooth for Gmail |
ID | fcdakleeieippgnbiapagkmjbcefennm |
आधिकारिक URL | https://chromewebstore.google.com/detail/redbooth-for-gmail/fcdakleeieippgnbiapagkmjbcefennm |
विवरण | Supercharge your inbox with collaboration. Convert emails into tasks. |
फ़ाइल का आकार | 207 KB |
स्थापना संख्या | 4,273 |
वर्तमान संस्करण | 0.11.0 |
अंतिम अपडेट | 2023-05-11 |
प्रकाशन तिथि | 2020-04-28 |
रेटिंग | 3.73/5 कुल 52 रेटिंग्स |
डेवलपर | https://redbooth.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://redbooth.com |
सहायता पृष्ठ URL | https://support.redbooth.com/hc/en-us/articles/115000253571-Gmail-Plugin |
गोपनीयता नीति पृष्ठ URL | https://redbooth.com/security |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Redbooth for Gmail", "version": "0.11.0", "homepage_url": "http:\/\/www.redbooth.com", "description": "Supercharge your inbox with collaboration. Convert emails into tasks.", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "background": { "service_worker": "service_worker.js", "type": "module" }, "permissions": [ "background" ], "host_permissions": [ "http:\/\/localhost:8000\/", "http:\/\/redbooth.com\/", "https:\/\/redbooth.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "lib\/jquery-2.1.4.min.js", "lib\/underscore-min.js", "lib\/underscore_mixins.js", "main.js" ] } ], "web_accessible_resources": [ { "resources": [ "img\/task-popup.png", "img\/sprite.png", "img\/redbooth-logo.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |