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開發的Chrome擴展程式,該擴展的主要功能是“Import products from AliExpress.com to your Autolo and shopify account using this chrome extension.”。
擴展截圖
下載Autolo Product Importer擴展crx文件
下載Autolo Product Importer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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! 擴展基本資訊
| 名稱 | |
| ID | ffiklkhhkhklmjapalflkocpepabfbjn |
| 官方網址 | 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
} | |