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…
Co je Walmart Extension?
Walmart Extension je rozšíření Chrome vyvinuté Qbatch, a jeho hlavní funkcí je „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…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Walmart Extension
Stáhněte si soubory rozšíření Walmart Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Walmart Extension |
ID | fajbcbhplegjffeljacaenkeadhckoom |
Oficiální URL | https://chromewebstore.google.com/detail/walmart-extension/fajbcbhplegjffeljacaenkeadhckoom |
Popis | 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… |
Velikost souboru | 10.13 KB |
Počet instalací | 403 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2022-07-14 |
Datum Vydání | 2022-07-14 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Qbatch |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://qbatch.com/contact/ |
URL Stránky Zásad Ochrany Soukromí | https://qbatch.com/privacy |
Podporované Jazyky | 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" ] } |