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'est-ce que Walmart Extension ?
Walmart Extension est une extension Chrome développée par Qbatch, et sa fonction principale est "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…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Walmart Extension
Téléchargez les fichiers d'extension Walmart Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'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 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.
Informations de Base sur l'Extension
Nom | Walmart Extension |
ID | fajbcbhplegjffeljacaenkeadhckoom |
URL Officiel | https://chromewebstore.google.com/detail/walmart-extension/fajbcbhplegjffeljacaenkeadhckoom |
Description | 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… |
Taille du Fichier | 10.13 KB |
Nombre d'Installations | 403 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2022-07-14 |
Date de Publication | 2022-07-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Qbatch |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://qbatch.com/contact/ |
URL de la Page de Politique de Confidentialité | https://qbatch.com/privacy |
Langues Prises en Charge | 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" ] } |