Mailcastr - Email tracker for free.

Know when your emails are read.

Qu'est-ce que Mailcastr - Email tracker for free. ?

Mailcastr - Email tracker for free. est une extension Chrome développée par https://mailcastr.com, et sa fonction principale est "Know when your emails are read.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Mailcastr - Email tracker for free.

Téléchargez les fichiers d'extension Mailcastr - Email tracker for free. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Mailcastr is an email tracking app for Gmail and Android that let you know while your emails are opened continuously. Send the right kind of emails at the right time to get 10x more replies. Get the access of tracking details in the web by using dashboard and Android app. Using Mailcastr add-on for Gmail you can easily access tracking information's where ever you use Gmail. 

KNOW WHAT HAPPENS AFTER YOU CLICK SEND BUTTON!
-See when someone opens your mail including the number of opens and link clicks right in your Gmail or Gsuite interface.
-Access our dashboard and filter emails that have been read or not, where, when, how much time and on what device your mail was opened. 
-Get notified when your email has been opened/read and when recipient reply. 

WHY MAILCASTR?
- Track from Web and Mobile
- See which emails have been read, how many times
- Real-time push notifications on Mailcastr app
- Extension for Chrome
- Supports Gmail, Gsuite
- Alternative to MAILTRACK, YESWARE

WHO USES MAILCASTR?
- Anyone who sending emails from Gmail
- Anyone who wants to work more productively.

 HOW MAILCASTR TRACKING WORKS?
- Mailcastr uses the transparent pixel method that the email industry used for ages. When you send an email using Mailcastr, a pixel is embedded in your message. Once the recipient's email client or application loads the image, Mailcastr’s server gets the request, and we record it as an open event.                    

Informations de Base sur l'Extension

Nom Mailcastr - Email tracker for free. Mailcastr - Email tracker for free.
ID agddlcilhjaiekablhdnaojfagkpnnjg
URL Officiel https://chromewebstore.google.com/detail/mailcastr-email-tracker-f/agddlcilhjaiekablhdnaojfagkpnnjg
Description Know when your emails are read.
Taille du Fichier 1.56 MB
Nombre d'Installations 4,741
Version Actuelle 3.6.14
Dernière Mise à Jour 2021-12-15
Date de Publication 2019-11-13
Évaluation 4.35/5 Total 103 Évaluations
Développeur https://mailcastr.com
Type de Paiement free
Site Web de l'Extension https://mailcastr.com/
URL de la Page d'Aide https://mailcastr.freshdesk.com/support/home
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "3.6.14",
    "short_name": "Mailcastr",
    "version_name": "3.6.14",
    "description": "__MSG_description__",
    "author": "Mailcastr",
    "homepage_url": "https:\/\/mailcastr.com\/",
    "minimum_chrome_version": "50",
    "default_locale": "en",
    "icons": {
        "16": "cs\/images\/logo16.png",
        "48": "cs\/images\/logo48.png",
        "128": "cs\/images\/logo.png"
    },
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "*:\/\/*.googleusercontent.com\/proxy\/*",
        "*:\/\/*.mailcastr.com\/*",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "cs\/images\/logo16.png",
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "cs\/jquery.js",
                "cs\/flatpickr.min.js",
                "cs\/moment.min.js",
                "cs\/inboxsdk.js",
                "cs\/cs-gmail.js"
            ],
            "css": [
                "cs\/styles-gmail.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "cs\/images\/app-image.png",
        "cs\/jquery.js",
        "cs\/images\/help_24px.svg",
        "cs\/images\/dashboard_24px.svg",
        "cs\/images\/build_24px.svg",
        "cs\/images\/logo.png",
        "cs\/images\/logo48.png",
        "cs\/images\/tick_two.svg",
        "cs\/images\/tick_one_white.svg",
        "cs\/images\/tick_two_white.svg",
        "cs\/images\/sms_24px.svg",
        "cs\/images\/ic_emotions.svg",
        "cs\/images\/gesture-24px.svg",
        "cs\/images\/send-24px.svg",
        "cs\/images\/schedule-24px.svg",
        "cs\/images\/schedule-24px-green.svg",
        "cs\/images\/file_copy-24px.svg",
        "cs\/images\/campaigns.svg",
        "cs\/images\/templates.svg",
        "cs\/images\/loader.gif",
        "cs\/images\/3days-badge.png",
        "cs\/images\/img-gift.png",
        "cs\/images\/coupon.png",
        "cs\/images\/sent-with-mailcastr.png",
        "cs\/images\/arrow-left.png",
        "cs\/images\/arrow-left-disabled.png",
        "cs\/images\/arrow-right.png",
        "cs\/images\/tick-ok.png",
        "cs\/images\/welcome-img-1.png",
        "cs\/images\/welcome-img-2.png",
        "cs\/images\/welcome-img-3.png",
        "anim1-data.json",
        "cs\/images\/onboarding-avatar.png",
        "cs\/images\/ic_hand.png",
        "cs\/images\/onboarding1.png"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/mail.google.com\/*",
            "*:\/\/*.mailcastr.com\/*"
        ]
    },
    "background": {
        "page": "bg\/bg.html",
        "persistent": true
    },
    "content_security_policy": "script-src  'self' https:\/\/api.mixpanel.com https:\/\/cdn.jsdelivr.net https:\/\/cdn.rollbar.com https:\/\/www.google-analytics.com; object-src 'self'"
}