Email Tracker by Leadinfo

Track your leads' email interactions. Receive alerts when your emails are read.

Email Tracker by Leadinfo란 무엇입니까?

Email Tracker by Leadinfo은(는) https://leadinfo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track your leads' email interactions. Receive alerts when your emails are read."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Email Tracker by Leadinfo 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Unleash the true potential of your email efforts with Leadinfo, the ultimate email tracking extension. Seamlessly integrated with Gmail, Leadinfo’s inbox extension offers unparalleled tracking capabilities without compromising the professional appearance of your emails.

Leadinfo is committed to simplicity and effectiveness. With this email tracking extension, you can effortlessly track opens, clicks, and engagement without any hassle. No need for multiple extensions or confusing settings - Leadinfo provides all essential features in one powerful extension. Take charge of your email marketing strategy and follow up with leads. 

Experience the game-changing power of Leadinfo's tracker extension, tailored for salespeople, marketers, content creators, link builders, and anyone working with emails. Unlock new levels of productivity and success as you harness the insights provided by Leadinfo.

Here's how to use Leadinfo's extension effectively:

  - Install Leadinfo's inbox receipts extension.
  - Simply send emails as you normally would, and Leadinfo will automatically track them for you.
  - In your inbox, you'll notice two checkmarks:
     - One checkmark (✓) indicates that your email has been tracked but not yet opened.
     - Two checkmarks (✓✓) indicate that your email has been opened.
  - Hover your mouse over the checkmarks to get detailed information about when the email was first opened, when it was last opened, and how many times links within the email were clicked.

With these straightforward steps, you can seamlessly leverage Leadinfo's extension to track and monitor the engagement of your emails, enabling you to make informed decisions and optimize your follow-ups effectively.                    

확장 프로그램 기본 정보

이름 Email Tracker by Leadinfo Email Tracker by Leadinfo
ID obnlgfpkidiggkobigcpifpcmpadkheb
공식 URL https://chromewebstore.google.com/detail/email-tracker-by-leadinfo/obnlgfpkidiggkobigcpifpcmpadkheb
설명 Track your leads' email interactions. Receive alerts when your emails are read.
파일 크기 1022 KB
설치 횟수 314
현재 버전 1.0.22
최근 업데이트 2024-01-11
출시 날짜 2023-08-29
개발자 https://leadinfo.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://help.leadinfo.com
개인정보 보호 정책 페이지 URL https://www.leadinfo.com/privacy
지원되는 언어 de,en,nl,da,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "nl",
    "version": "1.0.22",
    "action": {
        "browser_style": true,
        "default_icon": {
            "16": "assets\/icon-16.png",
            "32": "assets\/icon-32.png"
        },
        "default_title": "Leadinfo",
        "theme_icons": [
            {
                "light": "assets\/icon-16-light.png",
                "dark": "assets\/icon-16-dark.png",
                "size": 16
            },
            {
                "light": "assets\/icon-32-light.png",
                "dark": "assets\/icon-32-dark.png",
                "size": 32
            }
        ]
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/content.min.css",
                "assets\/fontawesome.min.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.leadinfo.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "declarativeNetRequest",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/mail.google.com\/*",
        "*:\/\/inbox.google.com\/*",
        "*:\/\/*.leadinfo.com\/*",
        "*:\/\/*.leadinfo.net\/*",
        "*:\/\/*.leadinfo.dev\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.googleusercontent.com\/*",
        "*:\/\/*.googleapis.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/*",
                "html\/*",
                "styles\/*",
                "assets\/*",
                "locale\/*",
                "pageWorld.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}