Competitive Insights by eDataSource

Discover detailed email marketing insights about the brand websites you are visiting, powered by eDataSource's Email Intelligence.

What is Competitive Insights by eDataSource?

Competitive Insights by eDataSource is a Chrome extension developed by https://www.edatasource.com, and its main feature is "Discover detailed email marketing insights about the brand websites you are visiting, powered by eDataSource's Email Intelligence.".

Extension Screenshots

screenshot
screenshot

Download Competitive Insights by eDataSource Extension CRX File

Download Competitive Insights by eDataSource extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Competitive Insights by eDataSource Competitive Insights by eDataSource
ID boibjmombbeoanhdnaakeimgkmccjfad
Official URL https://chromewebstore.google.com/detail/competitive-insights-by-e/boibjmombbeoanhdnaakeimgkmccjfad
Description Discover detailed email marketing insights about the brand websites you are visiting, powered by eDataSource's Email Intelligence.
File Size 545 KB
Installation Count 415
Current Version 1.1.1
Last Updated 2021-07-30
Publish Date 2018-10-29
Rating 5.00/5 Total 1 Ratings
Developer https://www.edatasource.com
Email [email protected]
Payment Type free
Extension Website https://www.edatasource.com
Help Page URL http://support.emailanalyst.com/
Privacy Policy Page URL https://www.edatasource.com/privacy-policy
Supported Languages 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
}