Intelliverse Email Tracker

Intelliverse Email Tracker

Τι είναι το Intelliverse Email Tracker;

Το Intelliverse Email Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.intelliverse.com, και η κύρια λειτουργία του είναι "Intelliverse Email Tracker".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Intelliverse Email Tracker

Λήψη αρχείων επέκτασης Intelliverse Email Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Intelliverse's Free Email Tracker for Gmail and Outlook to Know WHEN your email was opened, WHERE it was opened and on WHAT device.

With these insights, you can more strategically plan when to follow up on your email. In fact, a recent study has proven that you are 10x more likely to get someone on the phone if you call just after they have opened and read an email from you.

Intelliverse Email Tracker Features
•	Real-time notification when emails are opened 
•	See how many times an email was opened, on what device and in what location 
•	Unlimited use. Track every email you send 
•	Know the best time to follow up. A call to someone that has just opened your email is 10x more likely to result in a live conversation 
•	Reconnect after an old email starts to get opened up again
•	Your emails get sent as normal, from your own email server. Intelliverse cannot access the contents of your email.
•	Intelliverse is a trusted cloud software provider, achieving an 'A+' accreditation from the BBB.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Intelliverse Email Tracker Intelliverse Email Tracker
ID bpfihnmkglfdgimfkahnnipnllhelkke
Επίσημο URL https://chromewebstore.google.com/detail/intelliverse-email-tracke/bpfihnmkglfdgimfkahnnipnllhelkke
Περιγραφή Intelliverse Email Tracker
Μέγεθος Αρχείου 178 KB
Αριθμός Εγκαταστάσεων 1,639
Τρέχουσα Έκδοση 1.16.29
Τελευταία Ενημέρωση 2022-10-20
Ημερομηνία Δημοσίευσης 2020-03-11
Αξιολόγηση 3.00/5 Συνολικά 36 Αξιολογήσεις
Προγραμματιστής https://www.intelliverse.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.intelliemailtracker.com/
Διεύθυνση URL της Σελίδας Βοήθειας http://www.intelliverse.com/support/index.shtml
URL της Σελίδας Πολιτικής Απορρήτου https://www.intelliverse.com/privacy.shtml
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "hn.css"
            ],
            "js": [
                "content.js",
                "jquery.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "script-src": "'self' intelliverse.com",
        "object-src": "'self'"
    },
    "description": "Intelliverse Email Tracker",
    "icons": {
        "128": "Intelli_128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmkULQmgcgBDxOkKwePkIeaN0rGgijGIYsjFLjgewBf7abld36y\/j0yC2Nro9ZQhWoCq4C2oinsz8UcNnQP6NroWWHGioxjnGp4U9Xo\/eaiIzak2h28Iyype9DbdLjmRvnxUq6HqaDWw83XcoL5WatB6W8Tfmldm17BRZ8sy6lnR9DGbJegG27bbyoSGvENZdshdo7u8EVX71cEEjgSGsV4R3jWxw1va6QOsvig9BO7wihoSMVo3AA2AMSxNV5flIrcwGlw0NxnE3yXaUDI6F964jwy2OjHRwa9s05uueEmrPNmGaQUca3tzsTgJoxAQxfT685DcVitWwsbNLoAARxQIDAQAB",
    "manifest_version": 3,
    "name": "Intelliverse Email Tracker",
    "permissions": [
        "https:\/\/mail.google.com\/"
    ],
    "short_name": "emtracker",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.16.29",
    "web_accessible_resources": [
        {
            "resources": [
                "jquery-1.10.2.min.js",
                "gmail.js",
                "frame.html",
                "socket.io.js",
                "tracker.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}