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…

Cos'è Walmart Extension?

Walmart Extension è un'estensione di Chrome sviluppata da Qbatch, e la sua funzione principale è "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…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Walmart Extension

Scarica i file di estensione Walmart Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Walmart Extension Walmart Extension
ID fajbcbhplegjffeljacaenkeadhckoom
URL Ufficiale https://chromewebstore.google.com/detail/walmart-extension/fajbcbhplegjffeljacaenkeadhckoom
Descrizione 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…
Dimensione del File 10.13 KB
Conteggio Installazioni 403
Versione Corrente 0.0.1
Ultimo Aggiornamento 2022-07-14
Data di Pubblicazione 2022-07-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Qbatch
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://qbatch.com/contact/
URL della Pagina della Politica sulla Privacy https://qbatch.com/privacy
Lingue Supportate 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"
    ]
}