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…

What is Walmart Extension?

Walmart Extension is a Chrome extension developed by Qbatch, and its main feature is "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…".

Extension Screenshots

screenshot

Download Walmart Extension Extension CRX File

Download Walmart Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Walmart Extension Walmart Extension
ID fajbcbhplegjffeljacaenkeadhckoom
Official URL https://chromewebstore.google.com/detail/walmart-extension/fajbcbhplegjffeljacaenkeadhckoom
Description 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…
File Size 10.13 KB
Installation Count 403
Current Version 0.0.1
Last Updated 2022-07-14
Publish Date 2022-07-14
Rating 5.00/5 Total 1 Ratings
Developer Qbatch
Email [email protected]
Payment Type free
Help Page URL https://qbatch.com/contact/
Privacy Policy Page URL https://qbatch.com/privacy
Supported Languages 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"
    ]
}