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" ] } |