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…
¿Qué es Walmart Extension?
Walmart Extension es una extensión de Chrome desarrollada por Qbatch, y su función principal es "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 Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Walmart Extension
Descarga archivos de extensión Walmart Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Walmart Extension |
ID | fajbcbhplegjffeljacaenkeadhckoom |
URL Oficial | https://chromewebstore.google.com/detail/walmart-extension/fajbcbhplegjffeljacaenkeadhckoom |
Descripción | 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… |
Tamaño del Archivo | 10.13 KB |
Cantidad de Instalaciones | 403 |
Versión Actual | 0.0.1 |
Última Actualización | 2022-07-14 |
Fecha de Publicación | 2022-07-14 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Qbatch |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://qbatch.com/contact/ |
URL de la Página de Política de Privacidad | https://qbatch.com/privacy |
Idiomas Soportados | 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" ] } |