Email Tracking for Gmail by MailVibes

MailVibes allows you to track when people open your emails and links on Gmail.

Τι είναι το Email Tracking for Gmail by MailVibes;

Το Email Tracking for Gmail by MailVibes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mailvibes.io, και η κύρια λειτουργία του είναι "MailVibes allows you to track when people open your emails and links on Gmail.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Email Tracking for Gmail by MailVibes

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

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

                        Email Tracking for Gmail, MailVibes is a tool focused for sellers, but open to all people, It's main goal is to establish a controlled environment for the user. The core functions are "Mail tracking", "Link tracking" an "bulk or mass email".

- With this email tracking tool for gmail you can get notified when someone opens your mail, via SMS, Email or realtime Chrome notification.
- With link tracking you can see where and how many times a link was opened, you can also get notified the same ways as mentioned before.

Both functions have their own dashboard, where you can manage all the elements that you have made.

WARNING: MailVibes is on a public beta, and it's on active development, some features may occasionally fail.

----------------------------

Contact Us
If you have any questions, please contact us:

By email: [email protected]
By visiting this page on our website: https://mailvibes.io

You can see or changelog on our website: https://mailvibes.io/changelog                    

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

Όνομα Email Tracking for Gmail by MailVibes Email Tracking for Gmail by MailVibes
ID makgoeakbbkhogecikabicopabombggi
Επίσημο URL https://chromewebstore.google.com/detail/email-tracking-for-gmail/makgoeakbbkhogecikabicopabombggi
Περιγραφή MailVibes allows you to track when people open your emails and links on Gmail.
Μέγεθος Αρχείου 4.27 MB
Αριθμός Εγκαταστάσεων 2,007
Τρέχουσα Έκδοση 1.6.6
Τελευταία Ενημέρωση 2023-07-21
Ημερομηνία Δημοσίευσης 2020-07-04
Αξιολόγηση 4.29/5 Συνολικά 21 Αξιολογήσεις
Προγραμματιστής https://mailvibes.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mailvibes.io
Διεύθυνση URL της Σελίδας Βοήθειας https://mailvibes.io/faq/
URL της Σελίδας Πολιτικής Απορρήτου https://mailvibes.io/privacy-policy
Υποστηριζόμενες Γλώσσες ms,de,en,fr,tr,es,it,pt-BR,pt-PT,ru,hi,bn,ta,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.6",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "author": "MailVibes",
    "action": {
        "default_icon": {
            "16": "assets\/icon-16.png",
            "48": "assets\/icon-48.png",
            "128": "assets\/icon.png"
        }
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "css": [
                "main_css.css",
                "main_js.css"
            ],
            "js": [
                "main_js.js"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*",
                "\/_locales\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "notifications",
        "storage",
        "gcm",
        "background",
        "webRequest",
        "declarativeNetRequest",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.mvib.es\/*",
        "*:\/\/*.googleusercontent.com\/*",
        "*:\/\/mail.google.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAihQU\/\/X+TUZmxcp3THckPHqQ9nzXUAwzhm5YUrYGEHZoFrYGIXXlJfVA9YEuNxX3L0FJORSHawuo\/MZN7DGDVIWfrm0IYVNcrLbIiecrSBDeN8oByJAsWFIJ+kaq3ZI5f8f21E30AID4PrFBa9dZrMnodA7JdK4MS5+ZJ\/okaM18gMtxeLG5SglAZ0M06wEbd\/E+\/W14nqMETlg\/Gkt0h72oWTdttsSvPl\/tC6oAJ6qNSZ8tNg+dQe3iCR4OQHTUC\/whn14AQU9SRyHVBVxjrv\/oKQqGY43Hrf\/EoUNp5R\/zQajfRT1Qhw5bvRxyh7lBK9DJTWAUofQbQTsw6wqBTQIDAQAB"
}