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
公式URL 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
Eメール [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\/*"
        ]
    }
}