Autolo Product Importer
Import products from AliExpress.com to your Autolo and shopify account using this chrome extension.
Autolo Product Importer क्या है?
Autolo Product Importer https://autoloapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import products from AliExpress.com to your Autolo and shopify account using this chrome extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Autolo Product Importer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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 } |