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是由https://www.edatasource.com開發的Chrome擴展程式,該擴展的主要功能是“Discover detailed email marketing insights about the brand websites you are visiting, powered by eDataSource's Email Intelligence.”。

擴展截圖

screenshot
screenshot

下載Competitive Insights by eDataSource擴展crx文件

下載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 Competitive Insights by eDataSource
ID boibjmombbeoanhdnaakeimgkmccjfad
官方網址 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
}