Niche Hunter

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

什麼是Niche Hunter?

Niche Hunter是由https://hunter.justonedime.com開發的Chrome擴展程式,該擴展的主要功能是“This extension is used to analyze top 10 products on Amazon listing page.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Niche Hunter擴展crx文件

下載Niche Hunter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Niche Hunter Niche Hunter
ID okfigfhgkhpbddamkakbngmkgecffncj
官方網址 https://chromewebstore.google.com/detail/niche-hunter/okfigfhgkhpbddamkakbngmkgecffncj
簡介 This extension is used to analyze top 10 products on Amazon listing page.
檔案大小 343 KB
安裝次數 1,228
目前版本 2.2.0
更新時間 2022-02-20
上架時間 2020-08-02
評分 1.33/5 共 3 次評分
開發者 https://hunter.justonedime.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://hunter.justonedime.com/
隱私政策頁面URL https://www.roiscanner.com/privacy
支援的語言 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\/*"
        ]
    }
}