Redbubble Tag Generator

Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import…

Redbubble Tag Generator là gì?

Redbubble Tag Generator là một tiện ích mở rộng Chrome được phát triển bởi https://bubblesear.ch, và tính năng chính của nó là "Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import…".

Ả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 Generator

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

                        Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import best-selling tags for your artwork.

Using the tool is simple! Open a new or existing artwork on Redbubble, then click on the Redbubble Tag Generator and type in your keywords. Click "Get Tags" and a list of high quality tags will be generated for your content! Add or delete tags to create a relevant list within the generator and click "Import to Redbubble." The tags will be automatically pasted into the tag box!                    

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

Tên Redbubble Tag Generator Redbubble Tag Generator
ID ekooclkolmjndjbgibicmmhanbejikea
URL Chính Thức https://chromewebstore.google.com/detail/redbubble-tag-generator/ekooclkolmjndjbgibicmmhanbejikea
Mô tả Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import…
Kích Thước Tệp 81.41 KB
Số Lần Cài Đặt 27,036
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2021-06-07
Ngày Phát Hành 2021-01-21
Đánh Giá 2.38/5 Tổng số 37 Đánh Giá
Nhà Phát Triển https://bubblesear.ch
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Redbubble Tag Generator",
    "version": "0.1",
    "permissions": [
        "tabs",
        "https:\/\/bubblesear.ch\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.redbubble.com\/*",
                "*:\/\/redbubble.com\/*"
            ],
            "js": [
                "clipboard.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "jquery-3.5.1.min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}