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!
拡張機能の基本情報
名前 | Autolo Product Importer |
ID | ffiklkhhkhklmjapalflkocpepabfbjn |
公式URL | 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 |
Eメール | [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 } |