UberFlow DropShipping
DropShipping extension for awesome stores!
UberFlow DropShippingとは何ですか?
UberFlow DropShippingはhttps://uberflow.ioによって開発されたChromeの拡張機能で、その主な機能は「DropShipping extension for awesome stores!」です。
拡張機能のスクリーンショット
UberFlow DropShipping拡張機能のCRXファイルをダウンロード
UberFlow DropShipping拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension was developed to help UberFlow customers connect their store with AliExpress to import products. Features of our solution:
- Developed exclusively to UberFlow customers.
- Easy usage. Simple configuration.
- Import products with just one click.
- Works with simple products and variations.
- Import product images. 拡張機能の基本情報
| 名前 | |
| ID | lcmeilodkmmdgnhoaakihlenmpimchnl |
| 公式URL | https://chromewebstore.google.com/detail/uberflow-dropshipping/lcmeilodkmmdgnhoaakihlenmpimchnl |
| 説明 | DropShipping extension for awesome stores! |
| ファイルサイズ | 41.42 KB |
| インストール数 | 997 |
| 現在のバージョン | 1.1.10 |
| 最終更新日 | 2020-12-07 |
| 公開日 | 2020-07-03 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | https://uberflow.io |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://uberflow.io |
| ヘルプページのURL | https://help.uberflow.io |
| プライバシーポリシーページのURL | https://help.uberflow.io/politicas-de-privacidade |
| 対応言語 | en,es,pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.1.10",
"default_locale": "en",
"name": "__MSG_APP_NAME__",
"description": "__MSG_APP_DESCRIPTION__",
"icons": {
"16": "icons\/default-16.png",
"48": "icons\/default-48.png",
"128": "icons\/default-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.aliexpress.com\/*"
],
"js": [
"inject\/injector.js",
"lib\/vanilla.ui.js",
"lib\/vanilla.component.js",
"scripts\/helper.js",
"scripts\/api.js",
"scripts\/app.js",
"scripts\/toolbar.js",
"scripts\/options.js",
"scripts\/import.js",
"scripts\/product.js",
"scripts\/order.js",
"scripts\/modal.js"
],
"css": [
"styles\/app.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"inject\/script.js",
"inject\/style.css"
],
"incognito": "not_allowed",
"permissions": [
"https:\/\/*.aliexpress.com\/*",
"storage"
]
} | |