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 |
官方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 |
电子邮箱 | [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" ] } |