GTrack: Simple email tracker for Gmail ™
GTrack helps you to track when your emails are opened and when links are clicked.
GTrack: Simple email tracker for Gmail ™ क्या है?
GTrack: Simple email tracker for Gmail ™ Quicklution द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GTrack helps you to track when your emails are opened and when links are clicked."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GTrack: Simple email tracker for Gmail ™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
GTrack also helps you to track how many times your emails were opened, and how many times your links were clicked. This is Gmail tracking at its best. It is a simple, yet a powerful email-tracker. Start for free. When GTrack is used by Quicklution's Mail Merge service you can add the Unsubscribe feature. Try the Mail Merge Google Workspace add-on for free: https://workspace.google.com/marketplace/app/mail_merge/218858140171
एक्सटेंशन की मूल जानकारी
नाम | GTrack: Simple email tracker for Gmail ™ |
ID | ipiageammojdgjaijboomeeaoedhgiof |
आधिकारिक URL | https://chromewebstore.google.com/detail/gtrack-simple-email-track/ipiageammojdgjaijboomeeaoedhgiof |
विवरण | GTrack helps you to track when your emails are opened and when links are clicked. |
फ़ाइल का आकार | 3.17 MB |
स्थापना संख्या | 797 |
वर्तमान संस्करण | 1.6 |
अंतिम अपडेट | 2023-12-21 |
प्रकाशन तिथि | 2022-12-28 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Quicklution |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.quicklution.com/g-track |
सहायता पृष्ठ URL | https://www.quicklution.com/g-track/dashboard/contactus |
गोपनीयता नीति पृष्ठ URL | https://www.quicklution.com/g-track |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GTrack: Simple email tracker for Gmail \u2122", "short_name": "GTrack", "description": "GTrack helps you to track when your emails are opened and when links are clicked.", "version": "1.6", "manifest_version": 3, "homepage_url": "https:\/\/www.quicklution.com\/g-track\/", "icons": { "32": "images\/icon32.png", "64": "images\/icon64.png" }, "action": { "default_popup": "popup.html", "default_icon": { "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js", "kefir.min.js", "pageWorld.js" ], "css": [ "css\/gmail.css" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "scripting", "storage", "notifications" ], "host_permissions": [ "https:\/\/mail.google.com\/", "https:\/\/www.quicklution.com\/*", "https:\/\/jennet-destined-piranha.ngrok-free.app\/paymentgateway\/*" ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/www.quicklution.com\/*", "http:\/\/localhost\/*" ] } ] } |