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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Qbatch และคุณลักษณะหลักของมันคือ "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…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Walmart Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |