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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://qbatch.com/contact/ |
عنوان صفحة سياسة الخصوصية | 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" ] } |