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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://heybase.io, και η κύρια λειτουργία του είναι "Get whatsapp like double checkmarks when someone reads your email".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Doubletick - Email tracking for Gmail

Λήψη αρχείων επέκτασης 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
}