Ecomhunt
Making Dropshippers Life Easier
Τι είναι το Ecomhunt;
Το Ecomhunt είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ecomhunt.com, και η κύρια λειτουργία του είναι "Making Dropshippers Life Easier".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Ecomhunt
Λήψη αρχείων επέκτασης Ecomhunt σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Hunt down your competitor Shopify stores & Facebook ads with a click! By installing the extension, you agree to Ecomhunt’s Terms and Conditions (https://ecomhunt.com/terms-conditions) and acknowledge that you have read Ecomhunt’s Privacy Policy (https://ecomhunt.com/privacy-policy). Use our chrome extension to one click inspect your competitor stores and show only the active competitor ads running on your Facebook’s home feed to easily find new winning products. Our app layout will change based on the open tab, if Facebook tab is open you will see our ads filter tool and when you browse Shopify stores you will see the inspector tools ;) ★ NEW: Show only sponsored posts. Filter out your home feed to show ALL the ads running right now. ★ NEW: Show only viral sponsored posts. Use the Viral Ads filter to show only the most viral ads currently running on Facebook. ★ NEW: Shopify store inspector. You can now reveal almost any Shopify store best sellers, new products, apps used, theme, Facebook ads and much more with a press of a button! ★ NEW: AliExpress products tracker. Add any AliExpress product to Ecomhunt tracker using our add to tracker button and reveal products growth, sales and more! ★ What works where Get inspired from what others are doing to maximize your own ads potential and get more clicks. ★ Trusted by top dropshippers and brands.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Ecomhunt |
ID | nkcchjfdmoghfjkoocoipgmifdmpbimb |
Επίσημο URL | https://chromewebstore.google.com/detail/ecomhunt/nkcchjfdmoghfjkoocoipgmifdmpbimb |
Περιγραφή | Making Dropshippers Life Easier |
Μέγεθος Αρχείου | 990 KB |
Αριθμός Εγκαταστάσεων | 10,000 |
Τρέχουσα Έκδοση | 1.0.5 |
Τελευταία Ενημέρωση | 2021-06-06 |
Ημερομηνία Δημοσίευσης | 2019-05-12 |
Αξιολόγηση | 3.11/5 Συνολικά 18 Αξιολογήσεις |
Προγραμματιστής | https://ecomhunt.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://ecomhunt.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://help.ecomhunt.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://ecomhunt.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ecomhunt", "version": "1.0.5", "description": "Making Dropshippers Life Easier", "author": "Ecomhunt", "homepage_url": "https:\/\/ecomhunt.com", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "permissions": [ "storage", "tabs", "cookies", "https:\/\/ecomhunt.com\/*", "http:\/\/localhost:8000\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.aliexpress.ru\/*", "https:\/\/*.aliexpress.com\/*", "https:\/\/campaign.aliexpress.com\/*", "https:\/\/campaign.aliexpress.com\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*", "https:\/\/*\/*" ], "css": [ "src\/facebook\/inject.css" ], "js": [ "js\/jquery\/jquery.min.js", "src\/facebook\/inject.js" ] }, { "matches": [ "https:\/\/ecomhunt.com\/*", "http:\/\/localhost:8000\/*" ], "css": [ "src\/ecomhunt\/inject.css" ], "js": [ "js\/jquery\/jquery.min.js", "js\/jquery\/js.cookie.min.js", "src\/ecomhunt\/inject.js" ] }, { "matches": [ "https:\/\/aliexpress.ru\/*" ], "css": [ "src\/facebook\/inject.css" ], "js": [ "js\/jquery\/jquery.min.js", "src\/facebook\/inject.js" ], "all_frames": true } ], "browser_action": { "default_icon": "icons\/icon_19.png", "default_title": "Ecomhunt", "default_popup": "src\/browser_action\/browser_action.html" }, "web_accessible_resources": [ "img\/adhunter-title.png" ] } |