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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें
crx प्रारूप में Walmart Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |