Search Best Sellers
Find Something You Love. The only search engine for Amazon Best Sellers.
Search Best Sellers란 무엇입니까?
Search Best Sellers은(는) https://www.searchbestsellers.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find Something You Love. The only search engine for Amazon Best Sellers."입니다.
확장 프로그램 스크린샷
Search Best Sellers 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Unbiased Amazon Keyword Search Engine: Every hour, Amazon updates the 100 statistically most-purchased products on "Amazon Best Seller Pages". These difficult to navigate pages are not keyword-searchable on Amazon. We are the only free search engine that allows you to easily search them with specific keywords. It's a simple way to quickly find the most-ordered version of what you're looking for. Use this search engine to find benchmark products for your decision, and explore them 100% ad-free. Amazon does not include advertisements or "sponsored" products on these purely statistic-based product ranking pages.
확장 프로그램 기본 정보
이름 | Search Best Sellers |
ID | mnipkeanijngbipifgacmcjjhkiklddc |
공식 URL | https://chromewebstore.google.com/detail/search-best-sellers/mnipkeanijngbipifgacmcjjhkiklddc |
설명 | Find Something You Love. The only search engine for Amazon Best Sellers. |
파일 크기 | 144 KB |
설치 횟수 | 577 |
현재 버전 | 1.5 |
최근 업데이트 | 2020-01-31 |
출시 날짜 | 2020-01-31 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://www.searchbestsellers.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.searchbestsellers.com |
도움말 페이지 URL | https://www.searchbestsellers.com/faq/ |
개인정보 보호 정책 페이지 URL | https://www.searchbestsellers.com/wpautoterms/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Best Sellers", "short_name": "Search Best Sellers", "version": "1.5", "manifest_version": 2, "description": "Find Something You Love. The only search engine for Amazon Best Sellers.", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "browser_action": { "default_popup": "src\/browser_action\/browser_action.html", "default_icon": "logo.png", "default_title": "Search Best Sellers" }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*" ], "js": [ "js\/jquery.min.js", "js\/script.js" ], "run_at": "document_end" } ], "homepage_url": "https:\/\/www.searchbestsellers.com", "background": { "persistent": true, "scripts": [ "js\/jquery.min.js", "src\/bg\/background.js" ] }, "web_accessible_resources": [ "src\/browser_action\/browser_action.html" ] } |