Email Sender Check Extension
Check to see if you can trust the domain of the email you received
Τι είναι το Email Sender Check Extension;
Το Email Sender Check Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://emailsendercheck.com, και η κύρια λειτουργία του είναι "Check to see if you can trust the domain of the email you received".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Email Sender Check Extension
Λήψη αρχείων επέκτασης Email Sender Check Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Have you been the victim of an email scam or is something a little strange with an email you received? Get this as a Chrome App to launch the Email Sender Check site to check on any email domain to see if it can be trusted. The main purpose of the project is to stop SPOOF Emails of domains harming the recipient. Don't get caught by email scams using a SPOOFed domain. We'd love you to encourage organizations to implement the free technology by sharing this app or the check result if you are like it or believe we should be free of SPOOF.. The Trusted Sender project began by trying to provide a simpler way for email recipients to identify if the email and the associated sender of the email can be trusted (visit the app). With so many different email applications being used, users find it difficult to know if the email is actually from the perceived sender or not. In addition it was important to give visibility over the email practices of the sender especially to see if the domain has been protected from SPOOF. In 2017 we only permitted DMARC compliant domains on our both our transaction and campaign email services. It became apparent that more was needed to help organizations reduce the risks they face from email SPOOF and to build a trusted and reputable email domain.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mhclpikmadfecpmkdbkbpfheiekjbegc |
Επίσημο URL | https://chrome.google.com/webstore/detail/email-sender-check-extens/mhclpikmadfecpmkdbkbpfheiekjbegc |
Περιγραφή | Check to see if you can trust the domain of the email you received |
Μέγεθος Αρχείου | 78.1 KB |
Αριθμός Εγκαταστάσεων | 421 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2019-10-14 |
Ημερομηνία Δημοσίευσης | 2019-10-14 |
Αξιολόγηση | 5.00/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | http://emailsendercheck.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://emailsendercheck.com/trusted-sender/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://zuluedm.com/legal-notices |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email Sender Check Extension", "description": "Check to see if you can trust the domain of the email you received", "manifest_version": 2, "version": "1.2", "permissions": [ "unlimitedStorage", "http:\/\/emailsendercheck.com\/", "webRequest", "webNavigation", "notifications", "activeTab", "tabs" ], "browser_action": { "default_popup": "popup.html", "default_title": "Email Sender Check Extension", "default_icon": { "16": "icon_16.png", "32": "icon_32.png", "128": "128-icon-trans.png" } }, "icons": { "16": "icon_16.png", "32": "icon_32.png", "128": "128-icon-trans.png" } } |