Sender Intelligence
Identify which email service provider sent bulk email to Gmail. A small icon will appear clicking provides you more info.
Τι είναι το Sender Intelligence;
Το Sender Intelligence είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://emailexpert.org, και η κύρια λειτουργία του είναι "Identify which email service provider sent bulk email to Gmail. A small icon will appear clicking provides you more info.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Sender Intelligence
Λήψη αρχείων επέκτασης Sender Intelligence σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension to Chrome allows you to identify the email service provider that delivered the email messages to your Gmail account, that company will be providing the tracking of your email to the company or brand that sent the message. When you open an email the extension checks to see if the message was sent using the infrastructure of one of a number of known email providers. You can now easily identify if the email messages was sent from Mailchimp, Campaignmonitor or Salesforce for example. When sending infrastructure has been identified an icon appears next to the subject line. Clicking that will take you to more information about the send service that delivered the email. Links to their website, their privacy policies and anti-spam policies. We also provide email contacts for the service provider themselves so you can contact directly if you need to make a complaint. You are also able to leave public feedback about the vendor based on the types of message you have seen from them, directly on the SenderIntelligence website.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Sender Intelligence |
ID | pfgcjiodjlgabcolfaggpdkgjfaleapj |
Επίσημο URL | https://chromewebstore.google.com/detail/sender-intelligence/pfgcjiodjlgabcolfaggpdkgjfaleapj |
Περιγραφή | Identify which email service provider sent bulk email to Gmail. A small icon will appear clicking provides you more info. |
Μέγεθος Αρχείου | 112 KB |
Αριθμός Εγκαταστάσεων | 51 |
Τρέχουσα Έκδοση | 3.1.9 |
Τελευταία Ενημέρωση | 2016-03-26 |
Ημερομηνία Δημοσίευσης | 2016-03-25 |
Αξιολόγηση | 4.30/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | https://emailexpert.org |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://senderintelligence.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://senderintelligence.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sender Intelligence", "description": "Identify which email service provider sent bulk email to Gmail. A small icon will appear clicking provides you more info.", "version": "3.1.9", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "\/providers\/amazon-ses.png", "\/providers\/bronto.png", "\/providers\/constant-contact.png", "\/providers\/dyn.png", "\/providers\/eloqua.png", "\/providers\/emailvision.png", "\/providers\/emma.png", "\/providers\/exacttarget.png", "\/providers\/fishbowl.png", "\/providers\/gold-lasso.png", "\/providers\/google-app-engine.png", "\/providers\/icontact.png", "\/providers\/listrak.png", "\/providers\/locaweb.png", "\/providers\/mailchimp.png", "\/providers\/mailerlite.png", "\/providers\/mailgun.png", "\/providers\/mailigen.png", "\/providers\/mailjet.png", "\/providers\/mandrill.png", "\/providers\/marketo.png", "\/providers\/messagebus.png", "\/providers\/postmark.png", "\/providers\/responsys.png", "\/providers\/sailthru.png", "\/providers\/salesforce.png", "\/providers\/sendgrid.png", "\/providers\/silverpop.png", "\/providers\/smtp.com.png" ], "icons": { "16": "icons\/16x16.png", "24": "icons\/24x24.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "64": "icons\/64x64.png", "128": "icons\/128x128.png" }, "permissions": [ "https:\/\/mail.google.com\/" ] } |