Niche Hunter
This extension is used to analyze top 10 products on Amazon listing page.
Niche Hunter क्या है?
Niche Hunter https://hunter.justonedime.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is used to analyze top 10 products on Amazon listing page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Niche Hunter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } } |