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…”。
擴展截圖
下載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 |
ID | fajbcbhplegjffeljacaenkeadhckoom |
官方網址 | 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 |
電子郵箱 | [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" ] } |