Dropshipping Hunter

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

Was ist Dropshipping Hunter?

Dropshipping Hunter ist eine Chrome-Erweiterung, die von Parellel Loop Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Dropshipping hunter has extensive features that will help you to find profitable products for dropshipping.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Dropshipping Hunter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dropshipping Hunter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Dropshipping Hunter Dropshipping Hunter
ID ijbaojnjlbjfbbijjhkcommbnnledndg
Offizielle URL https://chromewebstore.google.com/detail/dropshipping-hunter/ijbaojnjlbjfbbijjhkcommbnnledndg
Beschreibung Dropshipping hunter has extensive features that will help you to find profitable products for dropshipping.
Dateigröße 2.27 MB
Installationsanzahl 139
Aktuelle Version 0.0.7
Letztes Update 2023-02-06
Veröffentlichungsdatum 2022-03-10
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Parellel Loop Inc.
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
    }
}