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 là gì?
Walmart Extension là một tiện ích mở rộng Chrome được phát triển bởi Qbatch, và tính năng chính của nó là "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…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Walmart Extension
Tải xuống các tệp mở rộng Walmart Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Walmart Extension |
ID | fajbcbhplegjffeljacaenkeadhckoom |
URL Chính Thức | https://chromewebstore.google.com/detail/walmart-extension/fajbcbhplegjffeljacaenkeadhckoom |
Mô tả | 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… |
Kích Thước Tệp | 10.13 KB |
Số Lần Cài Đặt | 403 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2022-07-14 |
Ngày Phát Hành | 2022-07-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Qbatch |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://qbatch.com/contact/ |
URL Trang Chính Sách Bảo Mật | https://qbatch.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |