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…
Hvad er Walmart Extension?
Walmart Extension er en Chrome-udvidelse udviklet af Qbatch, og dens hovedfunktion er "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…".
Udvidelsesskærmbilleder
Download Walmart Extension-udvidelses-CRX-fil
Download Walmart Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Walmart Extension |
ID | fajbcbhplegjffeljacaenkeadhckoom |
Officiel URL | https://chromewebstore.google.com/detail/walmart-extension/fajbcbhplegjffeljacaenkeadhckoom |
Beskrivelse | 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… |
Filstørrelse | 10.13 KB |
Antal Installationer | 403 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2022-07-14 |
Udgivelsesdato | 2022-07-14 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Qbatch |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://qbatch.com/contact/ |
URL til Fortrolighedspolitik Side | https://qbatch.com/privacy |
Understøttede Sprog | 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" ] } |