Competitive Insights by eDataSource
Discover detailed email marketing insights about the brand websites you are visiting, powered by eDataSource's Email Intelligence.
Τι είναι το Competitive Insights by eDataSource;
Το Competitive Insights by eDataSource είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.edatasource.com, και η κύρια λειτουργία του είναι "Discover detailed email marketing insights about the brand websites you are visiting, powered by eDataSource's Email Intelligence.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Competitive Insights by eDataSource
Λήψη αρχείων επέκτασης Competitive Insights by eDataSource σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The official Competitive Insights Chrome Extension allows you to view and monitor your competitors’ email campaigns directly from within your browser. It accompanies you as you surf, providing you with the latest email campaign data about the sites you visit without interrupting your browsing. Get quick and easy access to almost any brand’s latest email campaigns with key metrics including list size, deliverability, read/open rates, most active send times, and much more. This extension is free; however, you must be a current user of eDataSource’s Competitive Tracker tool in order to make use of this extension. Interested in learning more about Competitive Tracker? Simply go to our homepage at https://www.edatasource.com.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Competitive Insights by eDataSource |
ID | boibjmombbeoanhdnaakeimgkmccjfad |
Επίσημο URL | https://chromewebstore.google.com/detail/competitive-insights-by-e/boibjmombbeoanhdnaakeimgkmccjfad |
Περιγραφή | Discover detailed email marketing insights about the brand websites you are visiting, powered by eDataSource's Email Intelligence. |
Μέγεθος Αρχείου | 545 KB |
Αριθμός Εγκαταστάσεων | 415 |
Τρέχουσα Έκδοση | 1.1.1 |
Τελευταία Ενημέρωση | 2021-07-30 |
Ημερομηνία Δημοσίευσης | 2018-10-29 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://www.edatasource.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.edatasource.com |
Διεύθυνση URL της Σελίδας Βοήθειας | http://support.emailanalyst.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.edatasource.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Competitive Insights by eDataSource", "short_name": "EDS Insights", "author": "eDataSource", "version": "1.1.1", "description": "Discover detailed email marketing insights about the brand websites you are visiting, powered by eDataSource's Email Intelligence.", "permissions": [ "tabs", "storage", "contextMenus", "cookies" ], "host_permissions": [ "http:\/\/*.emailanalyst.com\/", "https:\/\/*.emailanalyst.com\/" ], "background": { "service_worker": "background.bundle.js", "type": "module" }, "action": { "default_title": "Email Analyst: Competive Insights", "default_icon": { "16": "images\/eds_logo16.png", "32": "images\/eds_logo32.png", "48": "images\/eds_logo48.png", "128": "images\/eds_logo128.png" } }, "icons": { "16": "images\/eds_logo16.png", "32": "images\/eds_logo32.png", "48": "images\/eds_logo48.png", "128": "images\/eds_logo128.png" }, "omnibox": { "keyword": "eds" }, "manifest_version": 3 } |