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…

Was ist Walmart Extension?

Walmart Extension ist eine Chrome-Erweiterung, die von Qbatch entwickelt wurde, und ihr Hauptmerkmal ist "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…".

Erweiterungsscreenshots

screenshot

Walmart Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Walmart Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Walmart Extension Walmart Extension
ID fajbcbhplegjffeljacaenkeadhckoom
Offizielle URL https://chromewebstore.google.com/detail/walmart-extension/fajbcbhplegjffeljacaenkeadhckoom
Beschreibung 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…
Dateigröße 10.13 KB
Installationsanzahl 403
Aktuelle Version 0.0.1
Letztes Update 2022-07-14
Veröffentlichungsdatum 2022-07-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Qbatch
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://qbatch.com/contact/
URL der Datenschutzrichtlinien-Seite https://qbatch.com/privacy
Unterstützte Sprachen 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"
    ]
}