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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |