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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Useful tools that help you work more easily with dropshipping from Amazon to eBay"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Thai Smart Dropship Power Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } ] } |