Walmart Extension
This extension extracts the UPC from source and displays it to the user, so he can easily copy it. Walmart does not show UPC on…
O que é Walmart Extension?
Walmart Extension é uma extensão do Chrome desenvolvida por Qbatch, e sua principal característica é "This extension extracts the UPC from source and displays it to the user, so he can easily copy it. Walmart does not show UPC on…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Walmart Extension
Baixe arquivos de extensão Walmart Extension 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
This extension extracts the UPC from source and displays it to the user, so he can easily copy it. Walmart does not show UPC on webpage, it's mostly present in source code of the details page of product. The UPC code is important product identifier which is used in product sourcing across different suppliers. This extension also helps user to copy the price with a single copy button click, this extension help users to do product research for sourcing.
Informações Básicas da Extensão
Nome | Walmart Extension |
ID | fajbcbhplegjffeljacaenkeadhckoom |
URL Oficial | https://chromewebstore.google.com/detail/walmart-extension/fajbcbhplegjffeljacaenkeadhckoom |
Descrição | This extension extracts the UPC from source and displays it to the user, so he can easily copy it. Walmart does not show UPC on… |
Tamanho do Arquivo | 10.13 KB |
Contagem de Instalações | 403 |
Versão Atual | 0.0.1 |
Última Atualização | 2022-07-14 |
Data de Publicação | 2022-07-14 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Qbatch |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://qbatch.com/contact/ |
URL da Página de Política de Privacidade | https://qbatch.com/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Walmart Extension", "version": "0.0.1", "manifest_version": 3, "icons": { "128": "logo\/walmart-logo128x128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup\/popup.html", "default_icon": "logo\/walmart-logo128x128.png" }, "permissions": [ "tabs", "scripting", "storage" ], "host_permissions": [ "https:\/\/www.walmart.com\/ip\/*", "http:\/\/xpaths.qbatch.com\/xpaths.json" ] } |