Autolo Product Importer
Import products from AliExpress.com to your Autolo and shopify account using this chrome extension.
ما هو Autolo Product Importer؟
Autolo Product Importer هو إضافة Chrome تم تطويرها بواسطة https://autoloapp.com، والميزة الرئيسية لها هي "Import products from AliExpress.com to your Autolo and shopify account using this chrome extension.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Autolo Product Importer
قم بتنزيل ملفات الامتداد Autolo Product Importer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easily import items from AliExpress.com to your Autolo account with one-click! Features: - Autolo is the first service that allows you to automatically fill your dropshipping orders! Just add the item to your Shopify store, and watch Autolo do the rest! - Easily import products from AliExpress.com to your Autolo account! - Edit items on Autoloapp.com and then import them to your Shopify store with one-click! - Products and their variants are automatically synced across Autolo and Shopify!
معلومات أساسية عن التمديد
الاسم | Autolo Product Importer |
ID | ffiklkhhkhklmjapalflkocpepabfbjn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/autolo-product-importer/ffiklkhhkhklmjapalflkocpepabfbjn |
الوصف | Import products from AliExpress.com to your Autolo and shopify account using this chrome extension. |
حجم الملف | 184 KB |
عدد التثبيتات | 18 |
النسخة الحالية | 1.30 |
آخر تحديث | 2018-11-11 |
تاريخ النشر | 2018-11-11 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://autoloapp.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://autoloapp.com/contact |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Autolo Product Importer", "version": "1.30", "description": "Import products from AliExpress.com to your Autolo and shopify account using this chrome extension.", "permissions": [ "declarativeContent", "activeTab", "tabs", "storage", "https:\/\/api.autoloapp.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*" ], "js": [ "sweetAlert\/sweetAlert.min.js", "injected.js" ], "all_frames": true } ], "page_action": { "default_popup": "activePage.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ "images\/icon.png", "images\/loading.gif" ], "manifest_version": 2 } |