Unlimited Email Tracker by Snov.io

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

Unlimited Email Tracker by Snov.io란 무엇입니까?

Unlimited Email Tracker by Snov.io은(는) https://snov.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Email tracker for Gmail. Email opens tracking and link clicks statistics for your email messages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Unlimited Email Tracker by Snov.io 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Unlimited Email Tracker by Snov.io Unlimited Email Tracker by Snov.io
ID gojogohjgpelafgaeejgelmplndppifh
공식 URL https://chromewebstore.google.com/detail/unlimited-email-tracker-b/gojogohjgpelafgaeejgelmplndppifh
설명 Email tracker for Gmail. Email opens tracking and link clicks statistics for your email messages.
파일 크기 769 KB
설치 횟수 178,956
현재 버전 5.9.0
최근 업데이트 2023-12-22
출시 날짜 2020-06-30
평점 4.87/5 총 8933 개의 평점
개발자 https://snov.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://snov.io/email-tracker.html
도움말 페이지 URL https://snov.io/knowledgebase/knowledgebase/how-to-track-your-outgoing-emails-inside-your-gmail-account/
개인정보 보호 정책 페이지 URL https://snov.io/privacy-policy.html
지원되는 언어 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"
}