Dropshipping Hunter

Dropshipping hunter has extensive features that will help you to find profitable products for dropshipping.

Vad är Dropshipping Hunter?

Dropshipping Hunter är en Chrome-tillägg utvecklad av Parellel Loop Inc., och dess huvudfunktion är "Dropshipping hunter has extensive features that will help you to find profitable products for dropshipping.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Dropshipping Hunter-förlängningens CRX-fil

Ladda ner Dropshipping Hunter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Dropshipping Hunter Dropshipping Hunter
ID ijbaojnjlbjfbbijjhkcommbnnledndg
Officiell webbadress https://chromewebstore.google.com/detail/dropshipping-hunter/ijbaojnjlbjfbbijjhkcommbnnledndg
Beskrivning Dropshipping hunter has extensive features that will help you to find profitable products for dropshipping.
Filstorlek 2.27 MB
Antal Installationer 139
Aktuell Version 0.0.7
Senast Uppdaterad 2023-02-06
Publiceringsdatum 2022-03-10
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Parellel Loop Inc.
E-post [email protected]
Betalningssätt free
Stödda Språk 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'"
    }
}