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."입니다.
확장 프로그램 스크린샷
Competitive Insights by eDataSource 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |