Niche Hunter
This extension is used to analyze top 10 products on Amazon listing page.
Niche Hunter là gì?
Niche Hunter là một tiện ích mở rộng Chrome được phát triển bởi https://hunter.justonedime.com, và tính năng chính của nó là "This extension is used to analyze top 10 products on Amazon listing page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Niche Hunter
Tải xuống các tệp mở rộng Niche Hunter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Niche Hunter |
ID | okfigfhgkhpbddamkakbngmkgecffncj |
URL Chính Thức | https://chromewebstore.google.com/detail/niche-hunter/okfigfhgkhpbddamkakbngmkgecffncj |
Mô tả | This extension is used to analyze top 10 products on Amazon listing page. |
Kích Thước Tệp | 343 KB |
Số Lần Cài Đặt | 1,228 |
Phiên Bản Hiện Tại | 2.2.0 |
Cập Nhật Lần Cuối | 2022-02-20 |
Ngày Phát Hành | 2020-08-02 |
Đánh Giá | 1.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://hunter.justonedime.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://hunter.justonedime.com/ |
URL Trang Chính Sách Bảo Mật | https://www.roiscanner.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |