Opened or Not - Free Email Tracker

Free and Unlimited Email tracking for Gmail to increase productivity

Opened or Not - Free Email Tracker란 무엇입니까?

Opened or Not - Free Email Tracker은(는) https://500apps.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free and Unlimited Email tracking for Gmail to increase productivity"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Opened or Not - Free Email Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Track your emails and links with OpenedOrNot and gain insight into your email activities. Easily monitor the performance of your emails and links with real-time notifications and detailed analytics. Get informed when your emails have been opened and the links have been clicked, so you can take the appropriate action. Make the most out of your email campaigns with OpenedOrNot.

Why OpenedOrNot Email Tracker?

Track end-to-end Email activities
Get real-time notifications as soon as your recipient opens the Email
Set up read receipts in Inbox and Sent folders
Ensure compliance and data protection
Configurable OpenedOrNot branding 
Compatible with all Chromium-based browsers
Get access to all features at $0
Access to 50+apps for 14 days

Features:

Email Open Tracking
Track emails and receive real-time notifications about how many recipients have opened your emails and clicked links.

Real-Time Notification
Stay in touch with your recipients and know when they've read your emails. Get notifications with the email's subject, recipient's details, and timestamp when they've read your message. Get real-time updates and never miss a response.

Read-receipts Indicators
Get notified with single/double ticks based on the user’s activity on the emails. One tick (✓) is on-delivery of the email, double tick (✓✓) on reading the email. Give push notifications with the Read Recipients option and track the date and time of the email read.

Link Tracking
Get real-time updates about the date and time of the clicks by tracking all the links, hyperlinks, and call-to-action buttons in the email.
 
Invisible Tracker
Get more valuable insights into your sent emails with the invisible tracker pixel, which is automatic and invisible.

Daily Reports
Receive daily reports to track delivered, opened, clicked, and unopened emails. Analyze and plan better by listing inactive, unresponsive email users.

Email Activity Timeline
View precise information about tracked emails in an organized tracking timeline with rich-text detail fields for each tracked email.

Who can use OpenedOrNot? 

Email Marketers
Link Building Executives
Sales Executives
Customer Support Representatives
Individual Users

How to Get Started :

Download and add the OpenedorNot Chrome Extension.
View OpenedOrNot in Gmail, Enable the option
You will able to view the report
Track all emails from Gmail automatically on the activity dashboard.
One checkmark ✓ means that your email has been sent, but not opened. 
Two checkmarks ✓✓ mean that your email has been opened.

About Us

OpenedOrNot is a part of the 500apps business suite, a brainchild of Agile CRM developers. 500apps is the world’s first all-in-one suite of 50+ apps catering to different industries to help businesses grow like the Fortune 500. Our apps assist companies in expanding their business and reaching their full potential as they grow.  
 
Pricing & Support

All the features of OpenedorNot come at $0, and also you can get access to 50+ business apps for 14 days.

We provide excellent customer assistance with 24/5 Chat, Phone, and Email Support with daily Onboarding Webinars. Also, you can always reach us at [email protected] or visit our website at https://openedornot.com/ 
 
Get Started and Track your Emails Now with OpendorNot 📧✓✓                    

확장 프로그램 기본 정보

이름 Opened or Not - Free Email Tracker Opened or Not - Free Email Tracker
ID dmchdoholidpalbigibcgkkifklkcnil
공식 URL https://chromewebstore.google.com/detail/opened-or-not-free-email/dmchdoholidpalbigibcgkkifklkcnil
설명 Free and Unlimited Email tracking for Gmail to increase productivity
파일 크기 1.22 MB
설치 횟수 1,284
현재 버전 1.1.3.2
최근 업데이트 2022-12-28
출시 날짜 2020-11-28
평점 4.84/5 총 706 개의 평점
개발자 https://500apps.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://openedornot.com/
개인정보 보호 정책 페이지 URL https://500apps.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Opened or Not - Free Email Tracker",
    "description": "Free and Unlimited Email tracking for Gmail to increase productivity",
    "version": "1.1.3.2",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "OpenedOrNot",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/assets.hipso.cc\/*",
        "https:\/\/mail.google.com\/*",
        "*:\/\/*.googleusercontent.com\/*",
        "*:\/\/infinity.500apps.com\/*",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "notifications",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "*:\/\/infinity.500apps.com\/*"
            ],
            "js": [
                "external\/inboxsdk.js",
                "cs\/script.js"
            ],
            "css": [
                "\/cs\/style.css"
            ]
        }
    ]
}