Thai Smart Dropship Power Tools
Useful tools that help you work more easily with dropshipping from Amazon to eBay
¿Qué es Thai Smart Dropship Power Tools?
Thai Smart Dropship Power Tools es una extensión de Chrome desarrollada por http://thaismartdropship.com, y su función principal es "Useful tools that help you work more easily with dropshipping from Amazon to eBay".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Thai Smart Dropship Power Tools
Descarga archivos de extensión Thai Smart Dropship Power Tools en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Useful tools that help you work more easily with dropshipping from Amazon to eBay
Información Básica de la Extensión
Nombre | |
ID | hnamfabeggenkfogkjejiflbfanjanad |
URL Oficial | https://chrome.google.com/webstore/detail/thai-smart-dropship-power/hnamfabeggenkfogkjejiflbfanjanad |
Descripción | Useful tools that help you work more easily with dropshipping from Amazon to eBay |
Tamaño del Archivo | 103 KB |
Cantidad de Instalaciones | 53 |
Versión Actual | 1.0.0.4 |
Última Actualización | 2017-11-09 |
Fecha de Publicación | 2017-11-09 |
Calificación | 4.75/5 Total de 8 Calificaciones |
Desarrollador | http://thaismartdropship.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.thaismartdropship.com |
URL de la Página de Ayuda | https://www.youtube.com/watch?v=_Z8KQ6g040M&list=PLMWF99L_4YiMKUl_XAcW19613pp_iBcWl&index=11 |
Idiomas Soportados | 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\/*" ] } ] } |