Keyword Hunter (Redbubble)

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

Keyword Hunter (Redbubble) là gì?

Keyword Hunter (Redbubble) là một tiện ích mở rộng Chrome được phát triển bởi Mr. Wizard, và tính năng chính của nó là "Keyword research tool for redbubble. Keyword research tool and keyword analytics guru. Get a license for full access.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Keyword Hunter (Redbubble)

Tải xuống các tệp mở rộng Keyword Hunter (Redbubble) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Keyword Hunter (Redbubble) Keyword Hunter (Redbubble)
ID bleghooilibknfbmgepdcmhonllmjace
URL Chính Thức https://chromewebstore.google.com/detail/keyword-hunter-redbubble/bleghooilibknfbmgepdcmhonllmjace
Mô tả Keyword research tool for redbubble. Keyword research tool and keyword analytics guru. Get a license for full access.
Kích Thước Tệp 51.65 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2023-11-21
Ngày Phát Hành 2023-11-18
Nhà Phát Triển Mr. Wizard
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.buymeacoffee.com/adulqadir/membership
URL Trang Trợ Giúp https://www.buymeacoffee.com/adulqadir/membership
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}