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…

Walmart Extensionとは何ですか?

Walmart ExtensionはQbatchによって開発されたChromeの拡張機能で、その主な機能は「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

Walmart Extension拡張機能のCRXファイルをダウンロード

Walmart Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Walmart Extension Walmart Extension
ID fajbcbhplegjffeljacaenkeadhckoom
公式URL https://chromewebstore.google.com/detail/walmart-extension/fajbcbhplegjffeljacaenkeadhckoom
説明 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…
ファイルサイズ 10.13 KB
インストール数 403
現在のバージョン 0.0.1
最終更新日 2022-07-14
公開日 2022-07-14
評価 5.00/5 合計 1 レビュー
開発者 Qbatch
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://qbatch.com/contact/
プライバシーポリシーページのURL https://qbatch.com/privacy
対応言語 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"
    ]
}