Doubletick - Email tracking for Gmail

Get whatsapp like double checkmarks when someone reads your email

Doubletick - Email tracking for Gmail là gì?

Doubletick - Email tracking for Gmail là một tiện ích mở rộng Chrome được phát triển bởi http://heybase.io, và tính năng chính của nó là "Get whatsapp like double checkmarks when someone reads your email".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Doubletick - Email tracking for Gmail

Tải xuống các tệp mở rộng Doubletick - Email tracking for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Free unlimited email tracking for Gmail and Google Workspace (G Suite) with real-time desktop notifications and WhatsApp like double tick marks (✓✓) in your sent box.

A single blue tick ✓ indicates that an email has been sent, but yet to be opened by the recipient. 

Double blue ticks ✓✓ mean that your email has been opened by the recipient and grey ticks indicates that email is not tracked.

- See which emails have been opened
- No need to cross-check with your colleagues
- Perfect for recruiters and salespeople
- Eliminates guesswork
- Very easy to use no learning curve

FEATURES
- Unlimited email tracking for Gmail and Google Workspace (G Suite).
- Real-time notification when your emails are opened.
- Link Tracking 
- No signature branding                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Doubletick - Email tracking for Gmail Doubletick - Email tracking for Gmail
ID boepdaohppaalcodpbiacbcelmbkflac
URL Chính Thức https://chrome.google.com/webstore/detail/doubletick-email-tracking/boepdaohppaalcodpbiacbcelmbkflac
Mô tả Get whatsapp like double checkmarks when someone reads your email
Kích Thước Tệp 205 KB
Số Lần Cài Đặt 5,206
Phiên Bản Hiện Tại 3.3.1
Cập Nhật Lần Cuối 2022-05-04
Ngày Phát Hành 2017-07-25
Đánh Giá 3.05/5 Tổng số 42 Đánh Giá
Nhà Phát Triển http://heybase.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.heybase.io/resources/free-email-tracker
URL Trang Chính Sách Bảo Mật https://getdoubletick.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Doubletick - Email tracking for Gmail",
    "description": "Get whatsapp like double checkmarks when someone reads your email",
    "version": "3.3.1",
    "icons": {
        "16": "dt-16.png",
        "48": "dt-48.png",
        "128": "dt-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "dt-16.png",
            "24": "dt-24.png",
            "32": "dt-32.png"
        },
        "default_title": "Doubletick - Email tracking for Gmail",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "inboxsdk.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "enabled.svg",
        "disabled.svg",
        "un-read.svg",
        "logo.png"
    ],
    "permissions": [
        "storage",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/mail.google.com\/",
        "https:\/\/*.getdoubletick.com\/*",
        "*:\/\/*.googleusercontent.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.getdoubletick.com\/*"
        ]
    },
    "manifest_version": 2
}