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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "How to know if an email has been read? TraksPaks solves this problem for Mail.ru users"입니다.

확장 프로그램 스크린샷

screenshot

Email Tracker for Mail.ru — TraksPaks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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\/*"
            ]
        }
    ]
}