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 |
| 公式URL | 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 |
| Eメール | [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\/*"
]
}
]
} | |