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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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\/*" ] } ] } |