Niche Hunter
This extension is used to analyze top 10 products on Amazon listing page.
Τι είναι το Niche Hunter;
Το Niche Hunter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hunter.justonedime.com, και η κύρια λειτουργία του είναι "This extension is used to analyze top 10 products on Amazon listing page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Niche Hunter
Λήψη αρχείων επέκτασης Niche Hunter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Find potential products on Amazon using our Niche Hunter chrome extension that will allow you to analyze and understand each market keyword giving you vital information about the top 10 competitors, you can also search for new keywords using our Keyword Finder function on our web app.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Niche Hunter |
ID | okfigfhgkhpbddamkakbngmkgecffncj |
Επίσημο URL | https://chromewebstore.google.com/detail/niche-hunter/okfigfhgkhpbddamkakbngmkgecffncj |
Περιγραφή | This extension is used to analyze top 10 products on Amazon listing page. |
Μέγεθος Αρχείου | 343 KB |
Αριθμός Εγκαταστάσεων | 1,228 |
Τρέχουσα Έκδοση | 2.2.0 |
Τελευταία Ενημέρωση | 2022-02-20 |
Ημερομηνία Δημοσίευσης | 2020-08-02 |
Αξιολόγηση | 1.33/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://hunter.justonedime.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://hunter.justonedime.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.roiscanner.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Niche Hunter", "version": "2.2.0", "short_name": "Niche Hunter", "description": "This extension is used to analyze top 10 products on Amazon listing page.", "permissions": [ "tabs", "background", "storage", "webRequest", "webRequestBlocking", "*:\/\/app.nichehunter.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/", "*:\/\/fbatoolkit.com\/*", "*:\/\/amzscout.net\/*", "*:\/\/keywordseverywhere.com\/*" ], "browser_action": { "default_icon": "app\/images\/iconoff32.png", "default_title": "Niche Hunter" }, "icons": { "128": "app\/images\/icon128.png" }, "background": { "scripts": [ "\/lib\/jquery.js", "\/dist\/js\/background.min.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "*" ], "content_scripts": [ { "js": [ "\/lib\/jquery.js", "\/lib\/mustache-2.1.3.min.js", "\/lib\/jquery.easypiechart.min.js", "\/lib\/moment.min.js", "\/lib\/Chart.min.js", "\/dist\/js\/content.min.js" ], "css": [ "\/dist\/css\/styles.min.css" ], "matches": [ "*:\/\/www.amazon.com\/*" ], "run_at": "document_end" }, { "matches": [ "https:\/\/app.nichehunter.com\/keyword\/autocomplete" ], "js": [ "\/dist\/js\/content.kac.min.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/app.nichehunter.com\/*" ] } } |