Unlimited Email Tracker by Snov.io

Email tracker for Gmail. Email opens tracking and link clicks statistics for your email messages.

Cos'è Unlimited Email Tracker by Snov.io?

Unlimited Email Tracker by Snov.io è un'estensione di Chrome sviluppata da https://snov.io, e la sua funzione principale è "Email tracker for Gmail. Email opens tracking and link clicks statistics for your email messages.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Unlimited Email Tracker by Snov.io

Scarica i file di estensione Unlimited Email Tracker by Snov.io in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Snov.io Email Tracker is an unlimited and beautifully designed email tracking extension for Gmail that will show you which emails have been opened by your recipients, including the number of opens and link clicks, right in your Gmail. This mail tracker also lets you set follow-up reminders, schedule emails for later, and get regular performance reports.

🔥 NO SIGNATURES OR LOGOS IN YOUR SENT EMAILS.
This email tracker extension doesn't add any visible links, signatures, or logos to your emails and doesn't ask to upgrade to a paid version to use it! This is a good Gmail tracker alternative to Mailtrack, Yesware, Bananatag and Mixmax. Make sure to only have one email tracker extension enabled to avoid conflicts and errors.

Snov.io Email Tracker displays labels in your Gmail to let you know about the status of your sent emails. You will see: 
 - a white label Unopened if an email has not yet been opened
 - a purple label Opened with the number of times the recipient opened the email
 - a green label Clicks with the number of times the recipient followed a link in the email

💜 SNOVIO EMAIL TRACKER FEATURES:
👉 Tracking of email opens
👉 Link tracking
👉 Send Later feature: schedule emails for a desired time
👉 Follow-up reminders based on recipient behavior
👉 Daily and weekly email tracking reports
👉 Multiple Gmail accounts tracking
👉 No signature forever
👉 No limits on tracked emails or accounts
👉 Live Push notifications when an email is opened or a link is clicked
👉 Seamless integration into your Gmail interface

This tracker extension is perfect for salespeople, SDRs, marketers, content creators, outreachers, link builders, and everyone who works with emails. Try it for email engagement tracking, partnership and sales follow-ups, and as email delivery confirmation tool.  

Email Tracker permissions:
1. ""*://*.snov.io/*"" - access to our pages and API
2. ""https://mail.google.com/*"" - access to Gmail pages
3. ""tabs"" - for using the chrome.tabs API (getting bookmark links, creating new tabs with our link, reloading open Gmail pages)
4. ""cookies"" - session recovery via cookies from app.snov.io
5. ""storage"" - we store the activation settings of the tracker in the synchronized storage (if it's activated on one computer, then the settings are synchronized on others via Google account)
6. ""notifications"" - push notifications
7. ""gcm"" - to transfer data from the server to the client, needed to show push notifications
8. ""scripting"" - is used to execute the script in the tab        
9. ""alarms"" - this allows the user to set a timer for sending the email or to send it later automatically at a time specified by the user

Drop us a line if you have any questions about our email tracking software or other Snov.io tools:
[email protected]
👉 https://snov.io/email-tracker                    

Informazioni di Base sull'Estensione

Nome Unlimited Email Tracker by Snov.io Unlimited Email Tracker by Snov.io
ID gojogohjgpelafgaeejgelmplndppifh
URL Ufficiale https://chromewebstore.google.com/detail/unlimited-email-tracker-b/gojogohjgpelafgaeejgelmplndppifh
Descrizione Email tracker for Gmail. Email opens tracking and link clicks statistics for your email messages.
Dimensione del File 769 KB
Conteggio Installazioni 178,956
Versione Corrente 5.9.0
Ultimo Aggiornamento 2023-12-22
Data di Pubblicazione 2020-06-30
Valutazione 4.87/5 Totale 8933 Valutazioni
Sviluppatore https://snov.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://snov.io/email-tracker.html
URL della Pagina di Aiuto https://snov.io/knowledgebase/knowledgebase/how-to-track-your-outgoing-emails-inside-your-gmail-account/
URL della Pagina della Politica sulla Privacy https://snov.io/privacy-policy.html
Lingue Supportate en
manifest.json
{
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_appShortName__",
    "version": "5.9.0",
    "action": {
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "img\/128x128.png",
        "16": "img\/16x16.png",
        "48": "img\/48x48.png"
    },
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "js\/background\/bg-loader.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/inject.css",
                "css\/login-register-popup.css",
                "css\/stars.css",
                "css\/drop-up-menu.css",
                "css\/dropdown_other-extension.css",
                "css\/datepicker.css",
                "css\/switcher.css",
                "css\/snv_wnd.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/utils\/jquery.min.js",
                "js\/utils\/datepicker.js",
                "js\/components-frontend\/google-analytics\/analytics.js",
                "js\/components-frontend\/google-analytics\/analytics-settings.js",
                "js\/helpers-frontend\/onOpenLetter.js",
                "js\/helpers-frontend\/showInsideLetterBlockData.js",
                "js\/common.js",
                "js\/utils\/kefir.min.js",
                "js\/utils\/inboxsdk.js",
                "js\/inbox-htmls.js",
                "js\/inbox-conversations.js",
                "js\/inbox-compose.js",
                "js\/inbox-lists.js",
                "js\/inbox-appToolbar.js",
                "js\/inbox-sdk.js",
                "js\/inbox-common.js",
                "js\/popups\/activate-popup.js",
                "js\/popups\/login-register-popup.js",
                "js\/inbox-testEmail.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/app.snov.io\/gmail-email-tracker\/*"
            ],
            "js": [
                "js\/snovio.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "notifications",
        "gcm",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.snov.io\/*",
        "https:\/\/mail.google.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/32x32.png",
                "img\/48x48.png",
                "img\/reminder_on1.png",
                "img\/reminder_on2.png",
                "img\/notification_on1.png",
                "img\/notification_on2.png",
                "img\/sendLater_on1.png",
                "img\/sendLater_on2.png",
                "img\/reminder_on.png",
                "img\/stars.png",
                "img\/mobile.png",
                "img\/mobile_not.png",
                "img\/time.png",
                "img\/rectangle.png",
                "img\/logo_png.png",
                "img\/chek_active.png",
                "img\/chek_normal.png",
                "img\/mark.png",
                "img\/arrow.png",
                "img\/date.png",
                "img\/sendLater_on.png",
                "img\/ef.png",
                "img\/ev.png",
                "img\/dc.png",
                "img\/popup_stars.gif",
                "img\/tracking3.mp4",
                "img\/close.png",
                "img\/stats.png",
                "img\/sync.png",
                "img\/stats_pas.png",
                "img\/sync_pas.png",
                "img\/triangle-warn.png",
                "img\/login.mp4",
                "img\/question.svg",
                "img\/tracker-logo.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "script-src": "self https:\/\/www.google-analytics.com https:\/\/connect.facebook.net;",
        "object-src": "self"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}