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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trekspeks.ru และคุณลักษณะหลักของมันคือ "How to know if an email has been read? TraksPaks solves this problem for Mail.ru users"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Email Tracker for Mail.ru — TraksPaks

ดาวน์โหลดไฟล์ส่วนขยาย Email Tracker for Mail.ru — TraksPaks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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\/*"
            ]
        }
    ]
}