RedBubble Tag Tool

The RedBubble Tag tool helps discover related keywords, (Tags) based on Redbubbles client search data

RedBubble Tag Tool là gì?

RedBubble Tag Tool là một tiện ích mở rộng Chrome được phát triển bởi wirelessjava2002, và tính năng chính của nó là "The RedBubble Tag tool helps discover related keywords, (Tags) based on Redbubbles client search data".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RedBubble Tag Tool

Tải xuống các tệp mở rộng RedBubble Tag Tool 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

                        The RedBubble Tag Tool finds related Tags based on keywords that real customers are searching for from the RedBubble database.

Add up to 50 keywords with a click of button
Add new additional keywords to existing listings just as easily
Discovers relevant short and long tail keywords
Displays the actual tag count on all listings

Add 50 tags to new listings or retro add up to 50 tags to existing listings, 100% safe, no copyrighted or IP infringing keywords guaranteed, extracted from RedBubble's own database.                    

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

Tên RedBubble Tag Tool RedBubble Tag Tool
ID legpkbkafeknjejdmcdpokbnhalfgfde
URL Chính Thức https://chrome.google.com/webstore/detail/redbubble-tag-tool/legpkbkafeknjejdmcdpokbnhalfgfde
Mô tả The RedBubble Tag tool helps discover related keywords, (Tags) based on Redbubbles client search data
Kích Thước Tệp 97.2 KB
Số Lần Cài Đặt 244
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2019-10-29
Ngày Phát Hành 2019-10-29
Đánh Giá 1.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển wirelessjava2002
Loại Thanh Toán free
Trang Web Mở Rộng https://tagtool.app/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RedBubble Tag Tool",
    "version": "1.6",
    "description": "The RedBubble Tag tool helps discover related keywords, (Tags) based on Redbubbles client search data",
    "options_page": "options.html",
    "permissions": [
        "cookies",
        "tabs",
        "activeTab",
        "declarativeContent",
        "storage",
        "https:\/\/www.redbubble.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.redbubble.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.redbubble.com\/*"
        ]
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/Redbubble-icon-16.png",
            "32": "images\/Redbubble-icon-32.png",
            "48": "images\/Redbubble-icon-48.png",
            "128": "images\/Redbubble-icon-128.png"
        }
    },
    "icons": {
        "16": "images\/Redbubble-icon-16.png",
        "32": "images\/Redbubble-icon-32.png",
        "48": "images\/Redbubble-icon-48.png",
        "128": "images\/Redbubble-icon-128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "manifest_version": 2
}