Autolo Product Importer
Import products from AliExpress.com to your Autolo and shopify account using this chrome extension.
Cos'è Autolo Product Importer?
Autolo Product Importer è un'estensione di Chrome sviluppata da https://autoloapp.com, e la sua funzione principale è "Import products from AliExpress.com to your Autolo and shopify account using this chrome extension.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Autolo Product Importer
Scarica i file di estensione Autolo Product Importer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Autolo Product Importer |
ID | ffiklkhhkhklmjapalflkocpepabfbjn |
URL Ufficiale | https://chromewebstore.google.com/detail/autolo-product-importer/ffiklkhhkhklmjapalflkocpepabfbjn |
Descrizione | Import products from AliExpress.com to your Autolo and shopify account using this chrome extension. |
Dimensione del File | 184 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 1.30 |
Ultimo Aggiornamento | 2018-11-11 |
Data di Pubblicazione | 2018-11-11 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://autoloapp.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://autoloapp.com/contact |
Lingue Supportate | 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 } |