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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ecom Freedom และคุณลักษณะหลักของมันคือ ""The #1 tool for finding profitable eCommerce products to sell, absolutely free." The absolute best tool for finding profitable…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ecom Radar
ดาวน์โหลดไฟล์ส่วนขยาย Ecom Radar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
"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'" } |