Search Best Sellers
Find Something You Love. The only search engine for Amazon Best Sellers.
O que é Search Best Sellers?
Search Best Sellers é uma extensão do Chrome desenvolvida por https://www.searchbestsellers.com, e sua principal característica é "Find Something You Love. The only search engine for Amazon Best Sellers.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Search Best Sellers
Baixe arquivos de extensão Search Best Sellers no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Search Best Sellers |
ID | mnipkeanijngbipifgacmcjjhkiklddc |
URL Oficial | https://chromewebstore.google.com/detail/search-best-sellers/mnipkeanijngbipifgacmcjjhkiklddc |
Descrição | Find Something You Love. The only search engine for Amazon Best Sellers. |
Tamanho do Arquivo | 144 KB |
Contagem de Instalações | 577 |
Versão Atual | 1.5 |
Última Atualização | 2020-01-31 |
Data de Publicação | 2020-01-31 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://www.searchbestsellers.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.searchbestsellers.com |
URL da Página de Ajuda | https://www.searchbestsellers.com/faq/ |
URL da Página de Política de Privacidade | https://www.searchbestsellers.com/wpautoterms/privacy-policy |
Idiomas Suportados | 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" ] } |