Doubletick - Email tracking for Gmail

Get whatsapp like double checkmarks when someone reads your email

什么是Doubletick - Email tracking for Gmail?

Doubletick - Email tracking for Gmail是由http://heybase.io开发的Chrome扩展程序,该扩展的主要功能是“Get whatsapp like double checkmarks when someone reads your email”。

扩展截图

screenshot
screenshot
screenshot

下载Doubletick - Email tracking for Gmail扩展crx文件

下载Doubletick - Email tracking for Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Doubletick - Email tracking for Gmail Doubletick - Email tracking for Gmail
ID boepdaohppaalcodpbiacbcelmbkflac
官方URL https://chrome.google.com/webstore/detail/doubletick-email-tracking/boepdaohppaalcodpbiacbcelmbkflac
简介 Get whatsapp like double checkmarks when someone reads your email
文件大小 205 KB
安装次数 5,206
当前版本 3.3.1
更新时间 2022-05-04
上架时间 2017-07-25
评分 3.05/5 共42次评分
开发者 http://heybase.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.heybase.io/resources/free-email-tracker
隐私政策页面URL https://getdoubletick.com/privacy-policy
支持的语言 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
}