Competitive Insights by eDataSource
Discover detailed email marketing insights about the brand websites you are visiting, powered by eDataSource's Email Intelligence.
Vad är Competitive Insights by eDataSource?
Competitive Insights by eDataSource är en Chrome-tillägg utvecklad av https://www.edatasource.com, och dess huvudfunktion är "Discover detailed email marketing insights about the brand websites you are visiting, powered by eDataSource's Email Intelligence.".
Tilläggsskärmbilder
Ladda ner Competitive Insights by eDataSource-förlängningens CRX-fil
Ladda ner Competitive Insights by eDataSource-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Competitive Insights by eDataSource |
ID | boibjmombbeoanhdnaakeimgkmccjfad |
Officiell webbadress | https://chromewebstore.google.com/detail/competitive-insights-by-e/boibjmombbeoanhdnaakeimgkmccjfad |
Beskrivning | Discover detailed email marketing insights about the brand websites you are visiting, powered by eDataSource's Email Intelligence. |
Filstorlek | 545 KB |
Antal Installationer | 415 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2021-07-30 |
Publiceringsdatum | 2018-10-29 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://www.edatasource.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.edatasource.com |
Hjälpsida URL | http://support.emailanalyst.com/ |
URL till Sekretesspolicy Sidan | https://www.edatasource.com/privacy-policy |
Stödda Språk | 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 } |