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
官方網址 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"
            ]
        }
    ]
}