Niche Hunter
This extension is used to analyze top 10 products on Amazon listing page.
Niche Hunter란 무엇입니까?
Niche Hunter은(는) https://hunter.justonedime.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is used to analyze top 10 products on Amazon listing page."입니다.
확장 프로그램 스크린샷
Niche Hunter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*" ] } } |