Email Tracker for Mail.ru — TraksPaks
How to know if an email has been read? TraksPaks solves this problem for Mail.ru users
Email Tracker for Mail.ru — TraksPaks क्या है?
Email Tracker for Mail.ru — TraksPaks https://trekspeks.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "How to know if an email has been read? TraksPaks solves this problem for Mail.ru users"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Email Tracker for Mail.ru — TraksPaks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Helps track the reads of emails sent from Mail.ru Features: - Email open tracking - Real-time read notifications - Checkmarks in the Sent folder show the status of email openings
एक्सटेंशन की मूल जानकारी
नाम | Email Tracker for Mail.ru — TraksPaks |
ID | fmjigggndbjpccpmmdmahhbbipicfjhm |
आधिकारिक URL | https://chromewebstore.google.com/detail/email-tracker-for-mailru/fmjigggndbjpccpmmdmahhbbipicfjhm |
विवरण | How to know if an email has been read? TraksPaks solves this problem for Mail.ru users |
फ़ाइल का आकार | 219 KB |
स्थापना संख्या | 644 |
वर्तमान संस्करण | 1.1.3 |
अंतिम अपडेट | 2023-07-03 |
प्रकाशन तिथि | 2022-11-04 |
रेटिंग | 4.50/5 कुल 6 रेटिंग्स |
डेवलपर | https://trekspeks.ru |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://trekspeks.ru/ |
गोपनीयता नीति पृष्ठ URL | http://hqsib.ru/privacy.html |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.3", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "manifest_version": 3, "default_locale": "en", "icons": { "16": "images\/app16.png", "128": "images\/app128.png" }, "action": { "default_icon": "images\/app16.png", "default_title": "\u0422\u0440\u0435\u043a\u0441\u041f\u0435\u043a\u0441 \u0434\u043b\u044f Mail.ru", "default_popup": "popup.html" }, "minimum_chrome_version": "101", "permissions": [ "storage", "gcm", "webRequest", "notifications", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "https:\/\/*.trekspeks.ru\/*", "*:\/\/e.mail.ru\/*", "*:\/\/proxy.imgsmail.ru\/*" ], "externally_connectable": { "matches": [ "https:\/\/trekspeks.ru\/*" ] }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/octavius.mail.ru\/*", "https:\/\/e.mail.ru\/*" ], "js": [ "content.js" ], "css": [ "styles.css" ], "run_at": "document_end" } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "declarative_net_request_rules.json" } ] }, "web_accessible_resources": [ { "resources": [ "images\/*.png" ], "matches": [ "https:\/\/octavius.mail.ru\/*", "https:\/\/e.mail.ru\/*" ] } ] } |