Doubletick - Email tracking for Gmail

Get whatsapp like double checkmarks when someone reads your email

Qu'est-ce que Doubletick - Email tracking for Gmail ?

Doubletick - Email tracking for Gmail est une extension Chrome développée par http://heybase.io, et sa fonction principale est "Get whatsapp like double checkmarks when someone reads your email".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Doubletick - Email tracking for Gmail

Téléchargez les fichiers d'extension Doubletick - Email tracking for Gmail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Doubletick - Email tracking for Gmail Doubletick - Email tracking for Gmail
ID boepdaohppaalcodpbiacbcelmbkflac
URL Officiel https://chrome.google.com/webstore/detail/doubletick-email-tracking/boepdaohppaalcodpbiacbcelmbkflac
Description Get whatsapp like double checkmarks when someone reads your email
Taille du Fichier 205 KB
Nombre d'Installations 5,206
Version Actuelle 3.3.1
Dernière Mise à Jour 2022-05-04
Date de Publication 2017-07-25
Évaluation 3.05/5 Total 42 Évaluations
Développeur http://heybase.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.heybase.io/resources/free-email-tracker
URL de la Page de Politique de Confidentialité https://getdoubletick.com/privacy-policy
Langues Prises en Charge 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
}