E-Commerce Quick Search
The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces!
O que é E-Commerce Quick Search?
E-Commerce Quick Search é uma extensão do Chrome desenvolvida por Blazyerz, e sua principal característica é "The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão E-Commerce Quick Search
Baixe arquivos de extensão E-Commerce Quick Search 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
E-Commerce Quick Search provides the ability to quickly search product names, UPCs, SKUs and any kind of text on the world's most popular marketplaces in just a few clicks. How does it work: 1. Highlight any text, UPC or SKU 2. Right click 3. Navigate to "E-Commerce Quick Search" 4. Choose the desired marketplace 5. DONE! Supported Marketplaces: - Alibaba - Aliexpress - Amazon - eBay - Target - Walmart We welcome any suggestions for improvements, additional marketplaces or any other feedback
Informações Básicas da Extensão
Nome | E-Commerce Quick Search |
ID | khbhihdbghfpfnkigbbhlobjpdniiojk |
URL Oficial | https://chromewebstore.google.com/detail/e-commerce-quick-search/khbhihdbghfpfnkigbbhlobjpdniiojk |
Descrição | The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces! |
Tamanho do Arquivo | 30.79 KB |
Contagem de Instalações | 22 |
Versão Atual | 0.0.1 |
Última Atualização | 2020-03-23 |
Data de Publicação | 2020-03-23 |
Desenvolvedor | Blazyerz |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "E-Commerce Quick Search", "description": "The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces!", "version": "0.0.1", "manifest_version": 2, "permissions": [ "contextMenus" ], "background": { "scripts": [ "menu.js", "marketplaces.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/logo16.png" }, "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" } } |