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คืออะไร?

Redbubble Tag Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bubblesear.ch และคุณลักษณะหลักของมันคือ "Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redbubble Tag Generator

ดาวน์โหลดไฟล์ส่วนขยาย Redbubble Tag Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Redbubble Tag Generator Redbubble Tag Generator
ID ekooclkolmjndjbgibicmmhanbejikea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/redbubble-tag-generator/ekooclkolmjndjbgibicmmhanbejikea
คำอธิบาย Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import…
ขนาดไฟล์ 81.41 KB
จำนวนการติดตั้ง 27,036
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2021-06-07
วันที่เผยแพร่ 2021-01-21
คะแนน 2.38/5 รวมทั้งหมด 37 คะแนน
ผู้พัฒนา https://bubblesear.ch
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}