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 to jest Walmart Extension?

Walmart Extension to rozszerzenie Chrome opracowane przez Qbatch, a jego główną funkcją jest „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…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Walmart Extension

Pobierz pliki rozszerzeń Walmart Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Walmart Extension Walmart Extension
ID fajbcbhplegjffeljacaenkeadhckoom
Oficjalny URL https://chromewebstore.google.com/detail/walmart-extension/fajbcbhplegjffeljacaenkeadhckoom
Opis 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…
Rozmiar pliku 10.13 KB
Liczba instalacji 403
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2022-07-14
Data Publikacji 2022-07-14
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Qbatch
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://qbatch.com/contact/
Adres URL Strony Polityki Prywatności https://qbatch.com/privacy
Obsługiwane Języki 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"
    ]
}