Ecom Radar
"The #1 tool for finding profitable eCommerce products to sell, absolutely free." The absolute best tool for finding profitable…
Ecom Radar란 무엇입니까?
Ecom Radar은(는) Ecom Freedom에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 ""The #1 tool for finding profitable eCommerce products to sell, absolutely free." The absolute best tool for finding profitable…"입니다.
확장 프로그램 스크린샷
Ecom Radar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"The #1 tool for finding profitable eCommerce products to sell, absolutely free." The absolute best tool for finding profitable eCommerce products to sell and start a brand with. Ecom Radar allows you to only see Facebook Ads on your Facebook feed. We created an incredibly fast app that instantly filters out all the irrelevant posts on your feed, and only shows advertisements. This makes product research 100x easier and allows you to find tons of profitable products in minutes for you to start an eCommerce store and brand with on Amazon or Shopify. ABOUT US: Ecom Freedom is the #1 online business education platform in the world for learning how to start a successful eCommerce business with Amazon or Shopify, and reach freedom forever. Every day, we are creating new tools, software, courses and content that will make your journey to success easier and much faster. Check us out at https://www.ecomfreedom.com/ PRIVACY POLICY: For the purpose of providing you with analytical data and deeper insights, we may collect data on your browsing experience. For more information regarding our data collection, please review our privacy policy here: https://www.ecomfreedom.com/privacypolicy
확장 프로그램 기본 정보
이름 | Ecom Radar |
ID | dnnjlaebcepcagnefdgodliagfhbebba |
공식 URL | https://chromewebstore.google.com/detail/ecom-radar/dnnjlaebcepcagnefdgodliagfhbebba |
설명 | "The #1 tool for finding profitable eCommerce products to sell, absolutely free." The absolute best tool for finding profitable… |
파일 크기 | 1.49 MB |
설치 횟수 | 34,715 |
현재 버전 | 1.0.12 |
최근 업데이트 | 2022-06-13 |
출시 날짜 | 2020-07-08 |
평점 | 2.97/5 총 38 개의 평점 |
개발자 | Ecom Freedom |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.shopifyfreedom.com/now |
도움말 페이지 URL | https://www.ecomfreedom.com/support |
개인정보 보호 정책 페이지 URL | https://www.ecomfreedom.com/privacypolicy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ecom Radar", "version": "1.0.12", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "action-off16.png", "24": "action-off24.png", "32": "action-off32.png" } }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon128.png", "128": "icon128.png" }, "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "css": [ "filter-styles.css" ], "js": [ "filter-script.js" ] } ], "web_accessible_resources": [], "permissions": [ "tabs", "*:\/\/*.facebook.com\/*", "https:\/\/api.ecomfreedom.com\/" ], "content_security_policy": "script-src 'self' 'sha256-aW1UnOXn9nVP4SWlW3YK+yEnvISPrFQgnyqhei6PsDU='; object-src 'self'" } |