Blueticks
Be in the know what happens to your emails after you press send with real-time feedback when any of the recipient opens your email.
Blueticks क्या है?
Blueticks https://blueticks.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Be in the know what happens to your emails after you press send with real-time feedback when any of the recipient opens your email."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Blueticks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Blueticks is the best free e-Mail tracking tool for both Gmail & GSuite. Key features : - Per recipient Free Email tracking in Gmail - Attachment tracking - Link tracking - e-Mail Templates - Real-time alert notifications - e-Mail Performance dashboard Who would need this ? Anybody who wants to know when their e-Mails are read by recipients. What per recipient tracking means ? Blueticks tracks all individual recipients and notifies the sender in real time whenever the mail is read, attachements downloaded, links clicked. What is send later mean ? You can schedule your email to be sent on future date and time.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nohebfplolhpgcgkkhokcfbgnnbdlaaf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/blueticks/nohebfplolhpgcgkkhokcfbgnnbdlaaf |
विवरण | Be in the know what happens to your emails after you press send with real-time feedback when any of the recipient opens your email. |
फ़ाइल का आकार | 976 KB |
स्थापना संख्या | 445 |
वर्तमान संस्करण | 1.0.7 |
अंतिम अपडेट | 2019-04-03 |
प्रकाशन तिथि | 2019-03-30 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://blueticks.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://blueticks.io |
गोपनीयता नीति पृष्ठ URL | https://adyog.com/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png" }, "background": { "scripts": [ "js\/config.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*", "https:\/\/us-central1-blueticks-v2.cloudfunctions.net\/*", "https:\/\/maps.googleapis.com\/", "https:\/\/blueticks.io\/*", "https:\/\/sm.blueticks.io\/*", "https:\/\/app.blueticks.io\/*", "https:\/\/maps.googleapis.com\/*" ], "js": [ "js\/inboxsdk.js", "js\/config.js", "js\/blueticks.js" ], "css": [ "css\/flatpickr.min.css", "css\/common.css" ], "run_at": "document_start" } ], "permissions": [ "background", "notifications", "tabs", "https:\/\/mail.google.com\/", "https:\/\/www.inboxsdk.com\/", "https:\/\/inbox.google.com\/", "https:\/\/blueticks.io\/*", "https:\/\/app.blueticks.io\/*", "https:\/\/sm.blueticks.io\/*", "*:\/\/us-central1-blueticks-v2.cloudfunctions.net\/*", "https:\/\/maps.googleapis.com\/", "https:\/\/fcm.googleapis.com\/*", "*:\/\/*.google.com\/", " |