Email Tracker for Yandex.Mail - TraksPaks

How to know if an email has been read? TraksPaks solves this problem for Yandex.Mail users.

Email Tracker for Yandex.Mail - TraksPaks क्या है?

Email Tracker for Yandex.Mail - TraksPaks https://trekspeks.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "How to know if an email has been read? TraksPaks solves this problem for Yandex.Mail users."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Email Tracker for Yandex.Mail - TraksPaks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        How it works:
After sending an email from the web version of Yandex.Mail, a gray check mark next to this email will appear in the Sent folder. When the recipient opens it, the checkmark color will change to green. Thus, the sender can find out about the reading of the email sent by him.

Features:
- Email open tracking
- Link click tracking
- Checkmarks in the Sent folder show the status of email openings and links clicks
- Various email notifications
- Real-time read notifications
- Reports: "Last read" and "Unread" letters, "Clicks on links", "Summary statistics", which also shows Open Rate and Click Rate
- Segmentation of report data using email categories. For example, you can view statistics only for "Important" emails
- Statistics export                    

एक्सटेंशन की मूल जानकारी

नाम Email Tracker for Yandex.Mail - TraksPaks Email Tracker for Yandex.Mail - TraksPaks
ID nhloiohdkbjmbmkoblicepmblbgiploo
आधिकारिक URL https://chromewebstore.google.com/detail/email-tracker-for-yandexm/nhloiohdkbjmbmkoblicepmblbgiploo
विवरण How to know if an email has been read? TraksPaks solves this problem for Yandex.Mail users.
फ़ाइल का आकार 1005 KB
स्थापना संख्या 5,175
वर्तमान संस्करण 1.9.1
अंतिम अपडेट 2023-07-04
प्रकाशन तिथि 2020-06-10
रेटिंग 4.27/5 कुल 45 रेटिंग्स
डेवलपर 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",
    "name": "__MSG_extName__",
    "version": "1.9.1",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "default_locale": "ru",
    "icons": {
        "16": "images\/app16.png",
        "128": "images\/app128.png"
    },
    "action": {
        "default_icon": "images\/app16.png"
    },
    "minimum_chrome_version": "101",
    "permissions": [
        "storage",
        "gcm",
        "webRequest",
        "notifications",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "https:\/\/*.trekspeks.ru\/*",
        "*:\/\/mail.yandex.ru\/*",
        "*:\/\/mail.yandex.com\/*",
        "*:\/\/mail.yandex.ua\/*",
        "*:\/\/mail.yandex.kz\/*",
        "*:\/\/mail.yandex.by\/*",
        "*:\/\/mail.yandex.fr\/*",
        "*:\/\/mail.yandex.az\/*",
        "*:\/\/mail.yandex.ee\/*",
        "*:\/\/mail.yandex.kg\/*",
        "*:\/\/mail.yandex.co.il\/*",
        "*:\/\/mail.yandex.com.am\/*",
        "*:\/\/mail.yandex.com.ge\/*",
        "*:\/\/mail.yandex.com.tr\/*",
        "*:\/\/mail.yandex.lt\/*",
        "*:\/\/mail.yandex.lv\/*",
        "*:\/\/mail.yandex.md\/*",
        "*:\/\/mail.yandex.tj\/*",
        "*:\/\/mail.yandex.tm\/*",
        "*:\/\/mail.yandex.uz\/*",
        "*:\/\/resize.yandex.net\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/trekspeks.ru\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.yandex.ru\/*",
                "https:\/\/mail.yandex.com\/*",
                "https:\/\/mail.yandex.ua\/*",
                "https:\/\/mail.yandex.kz\/*",
                "https:\/\/mail.yandex.by\/*",
                "https:\/\/mail.yandex.fr\/*",
                "https:\/\/mail.yandex.az\/*",
                "https:\/\/mail.yandex.ee\/*",
                "https:\/\/mail.yandex.kg\/*",
                "https:\/\/mail.yandex.co.il\/*",
                "https:\/\/mail.yandex.com.am\/*",
                "https:\/\/mail.yandex.com.ge\/*",
                "https:\/\/mail.yandex.com.tr\/*",
                "https:\/\/mail.yandex.lt\/*",
                "https:\/\/mail.yandex.lv\/*",
                "https:\/\/mail.yandex.md\/*",
                "https:\/\/mail.yandex.tj\/*",
                "https:\/\/mail.yandex.tm\/*",
                "https:\/\/mail.yandex.uz\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "pagetasks.js"
            ],
            "matches": [
                "https:\/\/mail.yandex.ru\/*",
                "https:\/\/mail.yandex.com\/*",
                "https:\/\/mail.yandex.ua\/*",
                "https:\/\/mail.yandex.kz\/*",
                "https:\/\/mail.yandex.by\/*",
                "https:\/\/mail.yandex.fr\/*",
                "https:\/\/mail.yandex.az\/*",
                "https:\/\/mail.yandex.ee\/*",
                "https:\/\/mail.yandex.kg\/*",
                "https:\/\/mail.yandex.co.il\/*",
                "https:\/\/mail.yandex.com.am\/*",
                "https:\/\/mail.yandex.com.ge\/*",
                "https:\/\/mail.yandex.com.tr\/*",
                "https:\/\/mail.yandex.lt\/*",
                "https:\/\/mail.yandex.lv\/*",
                "https:\/\/mail.yandex.md\/*",
                "https:\/\/mail.yandex.tj\/*",
                "https:\/\/mail.yandex.tm\/*",
                "https:\/\/mail.yandex.uz\/*"
            ]
        }
    ]
}