Dropshipping Hunter
Dropshipping hunter has extensive features that will help you to find profitable products for dropshipping.
Dropshipping Hunter क्या है?
Dropshipping Hunter Parellel Loop Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dropshipping hunter has extensive features that will help you to find profitable products for dropshipping."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dropshipping Hunter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Dropshipping Hunter gives you accessibility to view ASIN, Best Selling Rank, Number of FBA/FBM, Sold by Amazon on search page instead of opening the product page. Dropshipping Hunter helps you find best products for dropshipping by giving an option to hide items sold by amazon, prime items, also helps you find items which are out of stock, so you might grab the chance to dropship more products. Note*: No Login Required.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ijbaojnjlbjfbbijjhkcommbnnledndg |
आधिकारिक URL | https://chromewebstore.google.com/detail/dropshipping-hunter/ijbaojnjlbjfbbijjhkcommbnnledndg |
विवरण | Dropshipping hunter has extensive features that will help you to find profitable products for dropshipping. |
फ़ाइल का आकार | 2.27 MB |
स्थापना संख्या | 139 |
वर्तमान संस्करण | 0.0.7 |
अंतिम अपडेट | 2023-02-06 |
प्रकाशन तिथि | 2022-03-10 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Parellel Loop Inc. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dropshipping Hunter", "description": "Dropshipping hunter has extensive features that will help you to find profitable products for dropshipping.", "version": "0.0.7", "manifest_version": 3, "permissions": [ "tabs", "storage", "identity", "identity.email" ], "background": { "service_worker": "background.bundle.js" }, "action": { "default_title": "dropshipping-hunter", "default_icon": "images\/icon-128.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/s*" ], "js": [ "content_script.bundle.js" ], "run_at": "document_idle" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'" } } |