Autolo Product Importer
Import products from AliExpress.com to your Autolo and shopify account using this chrome extension.
Qu'est-ce que Autolo Product Importer ?
Autolo Product Importer est une extension Chrome développée par https://autoloapp.com, et sa fonction principale est "Import products from AliExpress.com to your Autolo and shopify account using this chrome extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Autolo Product Importer
Téléchargez les fichiers d'extension Autolo Product Importer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Autolo Product Importer |
ID | ffiklkhhkhklmjapalflkocpepabfbjn |
URL Officiel | https://chromewebstore.google.com/detail/autolo-product-importer/ffiklkhhkhklmjapalflkocpepabfbjn |
Description | Import products from AliExpress.com to your Autolo and shopify account using this chrome extension. |
Taille du Fichier | 184 KB |
Nombre d'Installations | 18 |
Version Actuelle | 1.30 |
Dernière Mise à Jour | 2018-11-11 |
Date de Publication | 2018-11-11 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://autoloapp.com |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://autoloapp.com/contact |
Langues Prises en Charge | 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 } |