Amazon Search Tools
Make it easy to Search Products on Amazon Regions and Supplier Web Sites such as Alibaba AliExpress and others.
Amazon Search Tools क्या है?
Amazon Search Tools [email protected] द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make it easy to Search Products on Amazon Regions and Supplier Web Sites such as Alibaba AliExpress and others."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Amazon Search Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This application especially designed for searching products different kinds of platforms. You can easily find products which is suitable for dropshipping. If you are a buyer you can find your products easily. For seller and buyer this program save your special time. This can handle copy paste jobs easily. Supported platforms : Amazon North America Region Amazon Global Amazon Canada Amazon Mexico Amazon Europe Region Amazon Turkey (New) Amazon United Arab Emirates (NEW) Amazon France Amazon Germany Amazon Italy Amazon Spain Amazon UK Aliexpress Alibaba Ebay DealExtreme Walmart Global Walmart Canada Dhgate Target Tmart Tmall FocalPrice Geekbuying Turkish Websites gittigidiyor hepsiburada n11 akakce cimri
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ifjakjbmablhabbglbakdbnnfaaeihej |
आधिकारिक URL | https://chrome.google.com/webstore/detail/amazon-search-tools/ifjakjbmablhabbglbakdbnnfaaeihej |
विवरण | Make it easy to Search Products on Amazon Regions and Supplier Web Sites such as Alibaba AliExpress and others. |
फ़ाइल का आकार | 1.91 MB |
स्थापना संख्या | 465 |
वर्तमान संस्करण | 1.19 |
अंतिम अपडेट | 2020-07-11 |
प्रकाशन तिथि | 2019-10-02 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | [email protected] |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://btcile.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Search Tools", "version": "1.19", "description": "Make it easy to Search Products on Amazon Regions and Supplier Web Sites such as Alibaba AliExpress and others.", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } }, "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "manifest_version": 2, "permissions": [ "tabs", "activeTab", "declarativeContent", "storage", "clipboardWrite", "clipboardRead", "http:\/\/*\/*", "https:\/\/*\/*" ] } |