Weeberly - Product Importer
Import and sync products from wish.com & aliexpress.com to your Shopify store
什麼是Weeberly - Product Importer?
Weeberly - Product Importer是由Wali System開發的Chrome擴展程式,該擴展的主要功能是“Import and sync products from wish.com & aliexpress.com to your Shopify store”。
擴展截圖
下載Weeberly - Product Importer擴展crx文件
下載Weeberly - Product Importer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Import and sync products from wish.com & aliexpress.com to your Shopify store
Features:
- Add products to your "Import List" directly from the wish.com & aliexpress product page
- Place orders on wish.com or aliexpress.com with an automatically filled in checkout form 擴展基本資訊
| 名稱 | |
| ID | bbhfookgoljfnjjikjdglemomgjcmlok |
| 官方網址 | https://chrome.google.com/webstore/detail/weeberly-product-importer/bbhfookgoljfnjjikjdglemomgjcmlok |
| 簡介 | Import and sync products from wish.com & aliexpress.com to your Shopify store |
| 檔案大小 | 228 KB |
| 安裝次數 | 412 |
| 目前版本 | 1.8.0 |
| 更新時間 | 2018-08-06 |
| 上架時間 | 2018-08-06 |
| 評分 | 3.57/5 共 7 次評分 |
| 開發者 | Wali System |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Weeberly - Product Importer",
"short_name": "Weeberly",
"version": "1.8.0",
"manifest_version": 2,
"description": "Import and sync products from wish.com & aliexpress.com to your Shopify store",
"homepage_url": "http:\/\/www.weeberly.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icons\/icond19.png",
"default_title": "Weeberly",
"default_popup": "src\/browser_action\/browser_action.html"
},
"permissions": [
"cookies",
"notifications",
"tabs",
"activeTab",
"*:\/\/www.wish.com\/",
"*:\/\/weeberly.com\/weeberly\/",
"*:\/\/www.aliexpress.com\/"
],
"content_scripts": [
{
"matches": [
"*:\/\/www.wish.com\/*",
"*:\/\/www.aliexpress.com\/*"
],
"css": [
"src\/inject\/inject.css"
]
},
{
"matches": [
"*:\/\/www.wish.com\/product\/*",
"*:\/\/www.aliexpress.com\/item\/*"
],
"js": [
"src\/inject\/inject.js"
]
},
{
"matches": [
"*:\/\/www.wish.com\/*",
"*:\/\/*.aliexpress.com\/*"
],
"js": [
"js\/jquery\/jquery.js",
"src\/inject\/main_inject.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/www.wish.com\/*",
"https:\/\/weeberly.com\/weeberly\/*",
"*:\/\/*.aliexpress.com\/*"
],
"js": [
"js\/jquery\/jquery.js",
"src\/inject\/order.js"
]
}
],
"web_accessible_resources": [
"icons\/import.png",
"icons\/icon19.png",
"icons\/icon48.png",
"icons\/ajax-loader.gif"
]
} | |