Keyword Hunter (Redbubble)

Keyword research tool for redbubble. Keyword research tool and keyword analytics guru. Get a license for full access.

什么是Keyword Hunter (Redbubble)?

Keyword Hunter (Redbubble)是由Mr. Wizard开发的Chrome扩展程序,该扩展的主要功能是“Keyword research tool for redbubble. Keyword research tool and keyword analytics guru. Get a license for full access.”。

扩展截图

screenshot
screenshot

下载Keyword Hunter (Redbubble)扩展crx文件

下载Keyword Hunter (Redbubble)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Keyword Hunter is a keyword research tool specially designed and developed for redbubble. I had the inspiration for developing this extension from several other tools which is why you may find some similarities in the user interfaces.

Where this works?

When you visit any category from the menu or search for any products using keywords; this extension triggers it's magic word and gathers the important keywords for you.

Displayed in a nicely organised way and let's you download all the gathered keywords in a single csv file.

To get full access to this extension you will need a license key which can be collected by the following method:

For License Visit This 
https://www.buymeacoffee.com/adulqadir/keyword-hunter-redbubble-licenses 

It contains a list of several licenses to activate this extension.

N.B.: License list is updated each month. If your current license is not working please visit this page again and copy the latest license.

All Done.                    

扩展基本信息

名称 Keyword Hunter (Redbubble) Keyword Hunter (Redbubble)
ID bleghooilibknfbmgepdcmhonllmjace
官方URL https://chromewebstore.google.com/detail/keyword-hunter-redbubble/bleghooilibknfbmgepdcmhonllmjace
简介 Keyword research tool for redbubble. Keyword research tool and keyword analytics guru. Get a license for full access.
文件大小 51.65 KB
安装次数 35
当前版本 1.1.1
更新时间 2023-11-21
上架时间 2023-11-18
开发者 Mr. Wizard
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.buymeacoffee.com/adulqadir/membership
帮助页面URL https://www.buymeacoffee.com/adulqadir/membership
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.1",
    "name": "Keyword Hunter (Redbubble)",
    "description": "Keyword research tool for redbubble. Keyword research tool and keyword analytics guru. Get a license for full access.",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "Keyword Hunter",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/logo.png",
        "24": "assets\/logo.png",
        "32": "assets\/logo.png",
        "48": "assets\/logo.png",
        "128": "assets\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.redbubble.com\/shop\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "assets\/css\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}