Droppersstop
Import and dropship products
什麼是Droppersstop?
Droppersstop是由droppersstop開發的Chrome擴展程式,該擴展的主要功能是“Import and dropship products”。
擴展截圖
下載Droppersstop擴展crx文件
下載Droppersstop擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is used to import products from Aliexpress website into Shopify store 擴展基本資訊
| 名稱 | |
| ID | bghflfbmnbdoggdefepjjhjofpddjgob |
| 官方網址 | https://chromewebstore.google.com/detail/droppersstop/bghflfbmnbdoggdefepjjhjofpddjgob |
| 簡介 | Import and dropship products |
| 檔案大小 | 945 KB |
| 安裝次數 | 89 |
| 目前版本 | 3.4 |
| 更新時間 | 2020-07-25 |
| 上架時間 | 2020-04-03 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | droppersstop |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://droppersstop.com/ |
| 說明頁面URL | https://droppersstop.com/contact |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"lib\/jquery.min.js",
"scripts\/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/icon16x16.png",
"38": "images\/icon48x48.png"
},
"default_popup": "default.html",
"default_title": "Droppersstop"
},
"content_scripts": [
{
"css": [
"css\/app.css",
"css\/cat.css"
],
"js": [
"lib\/jquery.min.js",
"scripts\/aliscrap.js"
],
"matches": [
"*:\/\/*.aliexpress.com\/wishlist\/*",
"https:\/\/*.aliexpress.com\/store\/new-arrivals\/*",
"*:\/\/*.aliexpress.com\/af\/*",
"*:\/\/*.aliexpress.com\/category\/*",
"https:\/\/*.aliexpress.com\/store\/top-rated-products\/*",
"https:\/\/*.aliexpress.com\/w\/*",
"https:\/\/*.aliexpress.com\/wholesale*",
"https:\/\/*.aliexpress.com\/premium*",
"https:\/\/*.aliexpress.com\/store\/group\/*",
"https:\/\/*.aliexpress.com\/store\/*\/search*",
"https:\/\/*.aliexpress.com\/store\/sale-items\/*",
"https:\/\/*.aliexpress.com\/store\/all-*",
"https:\/\/*.aliexpress.com\/dropshipper\/*"
],
"run_at": "document_idle"
},
{
"css": [
"css\/app.css"
],
"js": [
"lib\/jquery.min.js",
"scripts\/itemscrap.js"
],
"matches": [
"*:\/\/*.aliexpress.com\/item\/*",
"*:\/\/*.aliexpress.com\/store\/product\/*"
],
"run_at": "document_idle"
},
{
"js": [
"lib\/jquery.min.js",
"scripts\/authorize.js"
],
"matches": [
"*:\/\/*.aliexpress.com\/*"
]
}
],
"description": "Import and dropship products",
"externally_connectable": {
"matches": [
"*:\/\/*.droppersstop.com\/*",
"*:\/\/*.aliexpress.com\/*"
]
},
"icons": {
"16": "images\/icon16x16.png",
"128": "images\/icon128x128.png",
"48": "images\/icon48x48.png"
},
"manifest_version": 2,
"name": "Droppersstop",
"permissions": [
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.droppersstop.com\/*",
"http:\/\/droppersstop.com\/*",
"tabs",
"storage"
],
"version": "3.4",
"web_accessible_resources": [
"images\/*"
]
} | |