Autolo Product Importer
Import products from AliExpress.com to your Autolo and shopify account using this chrome extension.
Wat is Autolo Product Importer?
Autolo Product Importer is een Chrome-extensie ontwikkeld door https://autoloapp.com, en de belangrijkste functie is "Import products from AliExpress.com to your Autolo and shopify account using this chrome extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie Autolo Product Importer
Download Autolo Product Importer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | ffiklkhhkhklmjapalflkocpepabfbjn |
| Officiële URL | https://chromewebstore.google.com/detail/autolo-product-importer/ffiklkhhkhklmjapalflkocpepabfbjn |
| Beschrijving | Import products from AliExpress.com to your Autolo and shopify account using this chrome extension. |
| Bestandsgrootte | 184 KB |
| Aantal Installaties | 18 |
| Huidige Versie | 1.30 |
| Laatst Bijgewerkt | 2018-11-11 |
| Publicatiedatum | 2018-11-11 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://autoloapp.com |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://autoloapp.com/contact |
| Ondersteunde Talen | 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
} | |