Niche Hunter

This extension is used to analyze top 10 products on Amazon listing page.

Qu'est-ce que Niche Hunter ?

Niche Hunter est une extension Chrome développée par https://hunter.justonedime.com, et sa fonction principale est "This extension is used to analyze top 10 products on Amazon listing page.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Niche Hunter

Téléchargez les fichiers d'extension Niche Hunter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Find potential products on Amazon using our Niche Hunter chrome extension that will allow you to analyze and understand each market keyword giving you vital information about the top 10 competitors, you can also search for new keywords using our Keyword Finder function on our web app.                    

Informations de Base sur l'Extension

Nom Niche Hunter Niche Hunter
ID okfigfhgkhpbddamkakbngmkgecffncj
URL Officiel https://chromewebstore.google.com/detail/niche-hunter/okfigfhgkhpbddamkakbngmkgecffncj
Description This extension is used to analyze top 10 products on Amazon listing page.
Taille du Fichier 343 KB
Nombre d'Installations 1,228
Version Actuelle 2.2.0
Dernière Mise à Jour 2022-02-20
Date de Publication 2020-08-02
Évaluation 1.33/5 Total 3 Évaluations
Développeur https://hunter.justonedime.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://hunter.justonedime.com/
URL de la Page de Politique de Confidentialité https://www.roiscanner.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Niche Hunter",
    "version": "2.2.0",
    "short_name": "Niche Hunter",
    "description": "This extension is used to analyze top 10 products on Amazon listing page.",
    "permissions": [
        "tabs",
        "background",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/app.nichehunter.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/",
        "*:\/\/fbatoolkit.com\/*",
        "*:\/\/amzscout.net\/*",
        "*:\/\/keywordseverywhere.com\/*"
    ],
    "browser_action": {
        "default_icon": "app\/images\/iconoff32.png",
        "default_title": "Niche Hunter"
    },
    "icons": {
        "128": "app\/images\/icon128.png"
    },
    "background": {
        "scripts": [
            "\/lib\/jquery.js",
            "\/dist\/js\/background.min.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ],
    "content_scripts": [
        {
            "js": [
                "\/lib\/jquery.js",
                "\/lib\/mustache-2.1.3.min.js",
                "\/lib\/jquery.easypiechart.min.js",
                "\/lib\/moment.min.js",
                "\/lib\/Chart.min.js",
                "\/dist\/js\/content.min.js"
            ],
            "css": [
                "\/dist\/css\/styles.min.css"
            ],
            "matches": [
                "*:\/\/www.amazon.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/app.nichehunter.com\/keyword\/autocomplete"
            ],
            "js": [
                "\/dist\/js\/content.kac.min.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.nichehunter.com\/*"
        ]
    }
}