Autolo Product Importer
Import products from AliExpress.com to your Autolo and shopify account using this chrome extension.
¿Qué es Autolo Product Importer?
Autolo Product Importer es una extensión de Chrome desarrollada por https://autoloapp.com, y su función principal es "Import products from AliExpress.com to your Autolo and shopify account using this chrome extension.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Autolo Product Importer
Descarga archivos de extensión Autolo Product Importer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Autolo Product Importer |
ID | ffiklkhhkhklmjapalflkocpepabfbjn |
URL Oficial | https://chromewebstore.google.com/detail/autolo-product-importer/ffiklkhhkhklmjapalflkocpepabfbjn |
Descripción | Import products from AliExpress.com to your Autolo and shopify account using this chrome extension. |
Tamaño del Archivo | 184 KB |
Cantidad de Instalaciones | 18 |
Versión Actual | 1.30 |
Última Actualización | 2018-11-11 |
Fecha de Publicación | 2018-11-11 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://autoloapp.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://autoloapp.com/contact |
Idiomas Soportados | 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 } |