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 là gì?

Competitive Insights by eDataSource là một tiện ích mở rộng Chrome được phát triển bởi https://www.edatasource.com, và tính năng chính của nó là "Discover detailed email marketing insights about the brand websites you are visiting, powered by eDataSource's Email Intelligence.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Competitive Insights by eDataSource

Tải xuống các tệp mở rộng Competitive Insights by eDataSource dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Competitive Insights by eDataSource Competitive Insights by eDataSource
ID boibjmombbeoanhdnaakeimgkmccjfad
URL Chính Thức https://chromewebstore.google.com/detail/competitive-insights-by-e/boibjmombbeoanhdnaakeimgkmccjfad
Mô tả Discover detailed email marketing insights about the brand websites you are visiting, powered by eDataSource's Email Intelligence.
Kích Thước Tệp 545 KB
Số Lần Cài Đặt 415
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2021-07-30
Ngày Phát Hành 2018-10-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.edatasource.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.edatasource.com
URL Trang Trợ Giúp http://support.emailanalyst.com/
URL Trang Chính Sách Bảo Mật https://www.edatasource.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}