Hoysem X Lightspeed eCom Toolbar
Adds useful links and information about Lightspeed
ما هو Hoysem X Lightspeed eCom Toolbar؟
Hoysem X Lightspeed eCom Toolbar هو إضافة Chrome تم تطويرها بواسطة Hoysem، والميزة الرئيسية لها هي "Adds useful links and information about Lightspeed".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hoysem X Lightspeed eCom Toolbar
قم بتنزيل ملفات الامتداد Hoysem X Lightspeed eCom Toolbar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Pas je producten en categorieën in Lightspeed eCom aan met slechts één druk op de knop. Het zoeken tussen honderden of soms wel duizenden producten in de backoffice is verleden tijd!
معلومات أساسية عن التمديد
الاسم | Hoysem X Lightspeed eCom Toolbar |
ID | ldohogokgfblppbfkgoobedkoiagppib |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hoysem-x-lightspeed-ecom/ldohogokgfblppbfkgoobedkoiagppib |
الوصف | Adds useful links and information about Lightspeed |
حجم الملف | 61.74 KB |
عدد التثبيتات | 350 |
النسخة الحالية | 1.21 |
آخر تحديث | 2023-07-13 |
تاريخ النشر | 2023-07-12 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | Hoysem |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://hoysem.com/ |
عنوان صفحة المساعدة | https://hoysem.com/contact/ |
اللغات المدعومة | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hoysem X Lightspeed eCom Toolbar", "description": "Adds useful links and information about Lightspeed", "version": "1.21", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "dist\/js\/background.js" }, "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "dist\/js\/content.js" ] } ], "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "dist\/css\/app.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |