Thai Smart Dropship Power Tools
Useful tools that help you work more easily with dropshipping from Amazon to eBay
什麼是Thai Smart Dropship Power Tools?
Thai Smart Dropship Power Tools是由http://thaismartdropship.com開發的Chrome擴展程式,該擴展的主要功能是“Useful tools that help you work more easily with dropshipping from Amazon to eBay”。
擴展截圖
下載Thai Smart Dropship Power Tools擴展crx文件
下載Thai Smart Dropship Power Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Useful tools that help you work more easily with dropshipping from Amazon to eBay 擴展基本資訊
| 名稱 | |
| ID | hnamfabeggenkfogkjejiflbfanjanad |
| 官方網址 | https://chrome.google.com/webstore/detail/thai-smart-dropship-power/hnamfabeggenkfogkjejiflbfanjanad |
| 簡介 | Useful tools that help you work more easily with dropshipping from Amazon to eBay |
| 檔案大小 | 103 KB |
| 安裝次數 | 53 |
| 目前版本 | 1.0.0.4 |
| 更新時間 | 2017-11-09 |
| 上架時間 | 2017-11-09 |
| 評分 | 4.75/5 共 8 次評分 |
| 開發者 | http://thaismartdropship.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.thaismartdropship.com |
| 說明頁面URL | https://www.youtube.com/watch?v=_Z8KQ6g040M&list=PLMWF99L_4YiMKUl_XAcW19613pp_iBcWl&index=11 |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Thai Smart Dropship Power Tools",
"version": "1.0.0.4",
"description": "Useful tools that help you work more easily with dropshipping from Amazon to eBay",
"options_page": "configuration.html",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_title": "Thai Smart Dropship Power Tools",
"default_icon": "images\/icon16.png",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"tabs"
],
"web_accessible_resources": [
"images\/logo-link-tswebsite.png",
"images\/logo-link-facebook.png",
"images\/loading.gif"
],
"content_scripts": [
{
"css": [
"css\/ebay.css"
],
"js": [
"scripts\/jquery-3.2.1.js",
"scripts\/ebay.js"
],
"matches": [
"http:\/\/k2b-bulk.ebay.com\/ws\/eBayISAPI.dll?SalesRecordConsole*",
"https:\/\/k2b-bulk.ebay.com\/ws\/eBayISAPI.dll?SalesRecordConsole*",
"http:\/\/k2b-bulk.ebay.com\/ws\/eBayISAPI.dll?MfcISAPICommand=SalesRecordConsole*",
"https:\/\/k2b-bulk.ebay.com\/ws\/eBayISAPI.dll?MfcISAPICommand=SalesRecordConsole*"
]
},
{
"js": [
"scripts\/jquery-3.2.1.js",
"scripts\/jquery.onmutate.js",
"scripts\/amazon.js"
],
"matches": [
"http:\/\/www.amazon.com\/gp\/buy\/*",
"https:\/\/www.amazon.com\/gp\/buy\/*"
]
}
]
} | |