Opened or Not - Free Email Tracker
Free and Unlimited Email tracking for Gmail to increase productivity
O que é Opened or Not - Free Email Tracker?
Opened or Not - Free Email Tracker é uma extensão do Chrome desenvolvida por https://500apps.com, e sua principal característica é "Free and Unlimited Email tracking for Gmail to increase productivity".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Opened or Not - Free Email Tracker
Baixe arquivos de extensão Opened or Not - Free Email Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 📧✓✓
Informações Básicas da Extensão
Nome | Opened or Not - Free Email Tracker |
ID | dmchdoholidpalbigibcgkkifklkcnil |
URL Oficial | https://chromewebstore.google.com/detail/opened-or-not-free-email/dmchdoholidpalbigibcgkkifklkcnil |
Descrição | Free and Unlimited Email tracking for Gmail to increase productivity |
Tamanho do Arquivo | 1.22 MB |
Contagem de Instalações | 1,284 |
Versão Atual | 1.1.3.2 |
Última Atualização | 2022-12-28 |
Data de Publicação | 2020-11-28 |
Classificação | 4.84/5 Total de 706 Avaliações |
Desenvolvedor | https://500apps.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://openedornot.com/ |
URL da Página de Política de Privacidade | https://500apps.com/privacy-policy |
Idiomas Suportados | 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" ] } ] } |