Thai Smart Dropship Power Tools
Useful tools that help you work more easily with dropshipping from Amazon to eBay
Was ist Thai Smart Dropship Power Tools?
Thai Smart Dropship Power Tools ist eine Chrome-Erweiterung, die von http://thaismartdropship.com entwickelt wurde, und ihr Hauptmerkmal ist "Useful tools that help you work more easily with dropshipping from Amazon to eBay".
Erweiterungsscreenshots
Thai Smart Dropship Power Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie Thai Smart Dropship Power Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Useful tools that help you work more easily with dropshipping from Amazon to eBay
Grundlegende Informationen zur Erweiterung
Name | |
ID | hnamfabeggenkfogkjejiflbfanjanad |
Offizielle URL | https://chrome.google.com/webstore/detail/thai-smart-dropship-power/hnamfabeggenkfogkjejiflbfanjanad |
Beschreibung | Useful tools that help you work more easily with dropshipping from Amazon to eBay |
Dateigröße | 103 KB |
Installationsanzahl | 53 |
Aktuelle Version | 1.0.0.4 |
Letztes Update | 2017-11-09 |
Veröffentlichungsdatum | 2017-11-09 |
Bewertung | 4.75/5 Insgesamt 8 Bewertungen |
Entwickler | http://thaismartdropship.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.thaismartdropship.com |
Hilfeseite URL | https://www.youtube.com/watch?v=_Z8KQ6g040M&list=PLMWF99L_4YiMKUl_XAcW19613pp_iBcWl&index=11 |
Unterstützte Sprachen | 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\/*" ] } ] } |