Shopify to Aliexpress Fast Orders
With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.
ما هو Shopify to Aliexpress Fast Orders؟
Shopify to Aliexpress Fast Orders هو إضافة Chrome تم تطويرها بواسطة salahodinalayoubi2017، والميزة الرئيسية لها هي "With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Shopify to Aliexpress Fast Orders
قم بتنزيل ملفات الامتداد Shopify to Aliexpress Fast Orders بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Shopify to Aliexpress Fast Orders : With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress This shopify dropshipping extension will help you to make the orders from aliexpress in less than 1 minute Shopify to Aliexpress Fast Orders
معلومات أساسية عن التمديد
الاسم | Shopify to Aliexpress Fast Orders |
ID | kfegaajjmiaiajkgoifbmhieibnkolhf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/shopify-to-aliexpress-fas/kfegaajjmiaiajkgoifbmhieibnkolhf |
الوصف | With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress. |
حجم الملف | 858 KB |
عدد التثبيتات | 54 |
النسخة الحالية | 0.1 |
آخر تحديث | 2020-01-14 |
تاريخ النشر | 2020-01-14 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | salahodinalayoubi2017 |
نوع الدفع | free |
موقع الإضافة | https://dropshipping-ebay.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shopify to Aliexpress Fast Orders", "short_name": "Shopify to Aliexpress Fast Orders", "version": "0.1", "manifest_version": 2, "description": "With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.", "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "browser_action": { "default_popup": "src\/browser_action\/browser_action.html", "default_icon": "icons\/icon.png", "default_title": "Shopify to Aliexpress" }, "options_page": "src\/browser_action\/browser_action.html", "content_scripts": [ { "matches": [ "*:\/\/*.myshopify.com\/*", "*:\/\/*.aliexpress.com\/*" ], "js": [ "js\/jquery.min.js", "js\/script.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "tabs", "*:\/\/*.myshopify.com\/*", "*:\/\/*.aliexpress.com\/*" ], "background": { "persistent": true, "scripts": [ "js\/jquery.min.js", "src\/bg\/background.js" ] }, "web_accessible_resources": [ "icons\/icon.png" ] } |