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文件

下载Opened or Not - Free Email Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}