Niche Hunter

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

Vad är Niche Hunter?

Niche Hunter är en Chrome-tillägg utvecklad av https://hunter.justonedime.com, och dess huvudfunktion är "This extension is used to analyze top 10 products on Amazon listing page.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

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

Ladda ner Niche 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

                        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.                    

Grundläggande Information om Tillägg

Namn Niche Hunter Niche Hunter
ID okfigfhgkhpbddamkakbngmkgecffncj
Officiell webbadress https://chromewebstore.google.com/detail/niche-hunter/okfigfhgkhpbddamkakbngmkgecffncj
Beskrivning This extension is used to analyze top 10 products on Amazon listing page.
Filstorlek 343 KB
Antal Installationer 1,228
Aktuell Version 2.2.0
Senast Uppdaterad 2022-02-20
Publiceringsdatum 2020-08-02
Betyg 1.33/5 Totalt 3 Betyg
Utvecklare https://hunter.justonedime.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://hunter.justonedime.com/
URL till Sekretesspolicy Sidan https://www.roiscanner.com/privacy
Stödda Språk 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\/*"
        ]
    }
}