Readnotify.com Web Plugin
Offers email tracking for popular webmail systems
Τι είναι το Readnotify.com Web Plugin;
Το Readnotify.com Web Plugin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον publisher, και η κύρια λειτουργία του είναι "Offers email tracking for popular webmail systems".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Readnotify.com Web Plugin
Λήψη αρχείων επέκτασης Readnotify.com Web Plugin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This plugin adds new options into your email "compose" form, which lets you track your email (find out when your email gets read), as well as giving you multiple other options to choose from - including self-destructing emails, language translation (send in one language, and it comes out in a different one you choose), certified emails, the ability to delete emails after you've sent them, and more. This is a companion extender for our ActiveTracker plugin (download from http://www.readnotify.com/readnotify/plugin.asp ) - which adds all those features and more, into other email programs you use (not just Chrome webmail). ReadNotify is the worlds most trusted email tracking service, now in our 15th year of business, with millions of happy customers.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Readnotify.com Web Plugin |
ID | nofmhkiliplhcecdhmfndhjbppbmoegk |
Επίσημο URL | https://chromewebstore.google.com/detail/readnotifycom-web-plugin/nofmhkiliplhcecdhmfndhjbppbmoegk |
Περιγραφή | Offers email tracking for popular webmail systems |
Μέγεθος Αρχείου | 66.5 KB |
Αριθμός Εγκαταστάσεων | 1,434 |
Τρέχουσα Έκδοση | 2.91 |
Τελευταία Ενημέρωση | 2019-05-06 |
Ημερομηνία Δημοσίευσης | 2019-05-06 |
Αξιολόγηση | 4.11/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | publisher |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.readnotify.com/readnotify/plugin.asp |
Διεύθυνση URL της Σελίδας Βοήθειας | http://www.readnotify.com/readnotify/rn5help.asp |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "jquery.js", "yahoo.js" ], "matches": [ "*:\/\/mail.yahoo.com\/*", "*:\/\/mg.mail.yahoo.com\/*" ] }, { "js": [ "jquery.js", "microsoft.js" ], "matches": [ "*:\/\/outlook.live.com\/*" ] }, { "js": [ "jquery.js", "gmail.js" ], "matches": [ "*:\/\/mail.google.com\/mail\/u\/0\/h\/*" ] }, { "js": [ "jquery.js", "inbox.js" ], "matches": [ "*:\/\/inbox.google.com\/*" ] }, { "js": [ "jquery.js", "gmail_web2.js" ], "matches": [ "*:\/\/mail.google.com\/mail\/*" ] } ], "content_security_policy": "default-src 'self'; connect-src http: https:; script-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; frame-src 'self' about: ", "description": "Offers email tracking for popular webmail systems", "icons": { "128": "green128.png", "16": "green16.png", "48": "green48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDDgwMqawNYFNUGWIuKuRvfixqqfCm01GQCbw5iirpBS1rtNEPmiIsEIHfwwS72+zTm1bV6WtEw28BRqYTtaCriHnOybV5KKbtSXcrQ\/1mpiSMwRZUwpdalntaQ0uv1y0r5e7CMcjemHJwcZzbz9WQUoFY4M8oQKpaa1LaM7GIHGQIDAQAB", "manifest_version": 2, "name": "Readnotify.com Web Plugin", "permissions": [ "*:\/\/*.google.com\/*", "*:\/\/mail.yahoo.com\/*", "*:\/\/mg.mail.yahoo.com\/*", "*:\/\/outlook.live.com\/*", "*:\/\/inbox.google.com\/*", "http:\/\/127.0.0.1\/", "https:\/\/local.vradd.com\/" ], "version": "2.91", "web_accessible_resources": [ "jquery.js", "yahooHook.js", "microsoftHook.js", "inboxHook.js", "images\/on.ico", "images\/off.ico" ] } |