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…
Apa itu Walmart Extension?
Walmart Extension adalah ekstensi Chrome yang dikembangkan oleh Qbatch, dan fitur utamanya adalah "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 Ekstensi
Unduh Berkas CRX Ekstensi Walmart Extension
Unduh file ekstensi Walmart Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Walmart Extension |
ID | fajbcbhplegjffeljacaenkeadhckoom |
URL Resmi | https://chromewebstore.google.com/detail/walmart-extension/fajbcbhplegjffeljacaenkeadhckoom |
Deskripsi | 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… |
Ukuran File | 10.13 KB |
Jumlah Instalasi | 403 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2022-07-14 |
Tanggal Publikasi | 2022-07-14 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Qbatch |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://qbatch.com/contact/ |
URL Halaman Kebijakan Privasi | https://qbatch.com/privacy |
Bahasa yang Didukung | 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" ] } |