Doubletick - Email tracking for Gmail
Get whatsapp like double checkmarks when someone reads your email
Doubletick - Email tracking for Gmail क्या है?
Doubletick - Email tracking for Gmail http://heybase.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get whatsapp like double checkmarks when someone reads your email"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Doubletick - Email tracking for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Free unlimited email tracking for Gmail and Google Workspace (G Suite) with real-time desktop notifications and WhatsApp like double tick marks (✓✓) in your sent box. A single blue tick ✓ indicates that an email has been sent, but yet to be opened by the recipient. Double blue ticks ✓✓ mean that your email has been opened by the recipient and grey ticks indicates that email is not tracked. - See which emails have been opened - No need to cross-check with your colleagues - Perfect for recruiters and salespeople - Eliminates guesswork - Very easy to use no learning curve FEATURES - Unlimited email tracking for Gmail and Google Workspace (G Suite). - Real-time notification when your emails are opened. - Link Tracking - No signature branding
एक्सटेंशन की मूल जानकारी
नाम | |
ID | boepdaohppaalcodpbiacbcelmbkflac |
आधिकारिक URL | https://chrome.google.com/webstore/detail/doubletick-email-tracking/boepdaohppaalcodpbiacbcelmbkflac |
विवरण | Get whatsapp like double checkmarks when someone reads your email |
फ़ाइल का आकार | 205 KB |
स्थापना संख्या | 5,206 |
वर्तमान संस्करण | 3.3.1 |
अंतिम अपडेट | 2022-05-04 |
प्रकाशन तिथि | 2017-07-25 |
रेटिंग | 3.05/5 कुल 42 रेटिंग्स |
डेवलपर | http://heybase.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.heybase.io/resources/free-email-tracker |
गोपनीयता नीति पृष्ठ URL | https://getdoubletick.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Doubletick - Email tracking for Gmail", "description": "Get whatsapp like double checkmarks when someone reads your email", "version": "3.3.1", "icons": { "16": "dt-16.png", "48": "dt-48.png", "128": "dt-128.png" }, "browser_action": { "default_icon": { "16": "dt-16.png", "24": "dt-24.png", "32": "dt-32.png" }, "default_title": "Doubletick - Email tracking for Gmail", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "run_at": "document_end", "all_frames": false, "js": [ "inboxsdk.js", "content.js" ] } ], "web_accessible_resources": [ "enabled.svg", "disabled.svg", "un-read.svg", "logo.png" ], "permissions": [ "storage", "notifications", "webRequest", "webRequestBlocking", "https:\/\/mail.google.com\/", "https:\/\/*.getdoubletick.com\/*", "*:\/\/*.googleusercontent.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/*.getdoubletick.com\/*" ] }, "manifest_version": 2 } |