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…
Wat is Walmart Extension?
Walmart Extension is een Chrome-extensie ontwikkeld door Qbatch, en de belangrijkste functie is "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…".
Extensie Screenshots
Download het CRX-bestand van de extensie Walmart Extension
Download Walmart Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Walmart Extension |
ID | fajbcbhplegjffeljacaenkeadhckoom |
Officiële URL | https://chromewebstore.google.com/detail/walmart-extension/fajbcbhplegjffeljacaenkeadhckoom |
Beschrijving | 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… |
Bestandsgrootte | 10.13 KB |
Aantal Installaties | 403 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2022-07-14 |
Publicatiedatum | 2022-07-14 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Qbatch |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://qbatch.com/contact/ |
URL van de Privacybeleid Pagina | https://qbatch.com/privacy |
Ondersteunde Talen | 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" ] } |