Email Tracking Tech

Track your gmail emails to know if your emails have been read

ما هو Email Tracking Tech؟

Email Tracking Tech هو إضافة Chrome تم تطويرها بواسطة brad، والميزة الرئيسية لها هي "Track your gmail emails to know if your emails have been read".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Email Tracking Tech

قم بتنزيل ملفات الامتداد Email Tracking Tech بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Email Tracking Tech is a chrome extension that allows users to know when your emails are opened. 

Find out if your emails were read. Simply install and any future emails are automatically tracked. A gray check mark will appear next to your emails when the tracking is enabled on the sent email and a green checkmark will appear when it has been read. Works for unlimited email accounts and sent emails.

Works with Gmail and any email account run through GSuite.

​Email tracker does not ever store or transfer your email contents in order to ensure your privacy.

Emails sent to only yourself are not tracked. If you want to test the extension send an email to another email account.

(gray ✓)  means that your email has been sent, but not opened. 
(green ✓) mean that your email has been opened.

EMAIL TRACKING FOR GMAIL & Gsuite
- See which emails have been read, how long ago and how many times
- Stop asking if your colleagues read your emails

WHO IS IT FOR?
- Account managers, businesses, sales teams and people with direct client relationships
- Professionals looking to increase their productivity and track emails
- Teams, project managers, coordinators and internal communications
- Independent professionals and freelancers
- Professionals actively looking for employment
- Anyone sending emails from Gmail

Please reach our privacy policy here: https://www.brwenterprise.com/privacy-policy.html                    

معلومات أساسية عن التمديد

الاسم Email Tracking Tech Email Tracking Tech
ID nnfbfnlgbgichhblfedlgghcgnalfjea
عنوان URL الرسمي https://chromewebstore.google.com/detail/email-tracking-tech/nnfbfnlgbgichhblfedlgghcgnalfjea
الوصف Track your gmail emails to know if your emails have been read
حجم الملف 390 KB
عدد التثبيتات 121
النسخة الحالية 2.3.5
آخر تحديث 2019-08-27
تاريخ النشر 2019-08-26
تقييم 3.00/5 مجموع تقييمات 2
المطور brad
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.brwenterprise.com/privacy-policy.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Tracking Tech",
    "short_name": "Email Tracker",
    "description": "Track your gmail emails to know if your emails have been read",
    "version": "2.3.5",
    "icons": {
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "29",
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_title": "BRW"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "api.js",
            "gmail.bg.js",
            "fcm.bg.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "gcm",
        "*:\/\/*.googleapis.com\/*",
        "*:\/\/*.googleusercontent.com\/*",
        "*:\/\/brwwebsite.com\/*",
        "*:\/\/mail.google.com\/*",
        "*:\/\/inbox.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/inboxsdk.js",
                "js\/moment.min.js",
                "lcnc.js",
                "api.js",
                "cache.js",
                "inboxsdk.content.js"
            ],
            "css": [
                "css\/gmail.inject.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.private-cloud-app.com\/*"
            ],
            "js": [
                "tracker.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*",
        "js\/jquery.min.js",
        "js\/gmail.js",
        "js\/moment.min.js",
        "gmail.inject.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/mail.google.com\/*"
        ]
    }
}