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…

Vad är Walmart Extension?

Walmart Extension är en Chrome-tillägg utvecklad av Qbatch, och dess huvudfunktion är "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…".

Tilläggsskärmbilder

screenshot

Ladda ner Walmart Extension-förlängningens CRX-fil

Ladda ner Walmart Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Walmart Extension Walmart Extension
ID fajbcbhplegjffeljacaenkeadhckoom
Officiell webbadress https://chromewebstore.google.com/detail/walmart-extension/fajbcbhplegjffeljacaenkeadhckoom
Beskrivning 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…
Filstorlek 10.13 KB
Antal Installationer 403
Aktuell Version 0.0.1
Senast Uppdaterad 2022-07-14
Publiceringsdatum 2022-07-14
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Qbatch
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://qbatch.com/contact/
URL till Sekretesspolicy Sidan https://qbatch.com/privacy
Stödda Språk 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"
    ]
}