Opencart AliExpress Importer
It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.
ما هو Opencart AliExpress Importer؟
Opencart AliExpress Importer هو إضافة Chrome تم تطويرها بواسطة Webkul Software، والميزة الرئيسية لها هي "It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Opencart AliExpress Importer
قم بتنزيل ملفات الامتداد Opencart AliExpress Importer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
OpenCart Aliexpress Importer will import products from Aliexpress.com to your OpenCart store and you can start selling products of Aliexpress within your own store very easily. http://opencart.webkul.com/Opencart-Dropship-Management-Module
معلومات أساسية عن التمديد
الاسم | |
ID | oacipfkfeiojbgojbnnkdfelggfjigla |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/opencart-aliexpress-impor/oacipfkfeiojbgojbnnkdfelggfjigla |
الوصف | It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module. |
حجم الملف | 108 KB |
عدد التثبيتات | 448 |
النسخة الحالية | 2.4.3 |
آخر تحديث | 2024-01-08 |
تاريخ النشر | 2021-01-23 |
تقييم | 1.82/5 مجموع تقييمات 17 |
المطور | Webkul Software |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
عنوان صفحة سياسة الخصوصية | https://webkul.com/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Opencart AliExpress Importer", "version": "2.4.3", "manifest_version": 3, "description": "It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.", "background": { "service_worker": "resources\/scripts\/background.js" }, "icons": { "128": "resources\/image\/icon.png" }, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/www.aliexpress.com\/", "https:\/\/*.aliexpress.com\/" ], "action": { "default_icon": "resources\/image\/icon-disabled.png" }, "web_accessible_resources": [ { "resources": [ "resources\/scripts\/jquery.min.js", "resources\/scripts\/wk_inserted.js", "resources\/image\/*.png" ], "matches": [ "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*" ], "js": [ "resources\/scripts\/jquery.min.js", "resources\/scripts\/content.js" ], "css": [ "resources\/css\/dropship.css" ] } ] } |