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…

Was ist Redbubble Tag Generator?

Redbubble Tag Generator ist eine Chrome-Erweiterung, die von https://bubblesear.ch entwickelt wurde, und ihr Hauptmerkmal ist "Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import…".

Erweiterungsscreenshots

screenshot

Redbubble Tag Generator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Redbubble Tag Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Redbubble Tag Generator Redbubble Tag Generator
ID ekooclkolmjndjbgibicmmhanbejikea
Offizielle URL https://chromewebstore.google.com/detail/redbubble-tag-generator/ekooclkolmjndjbgibicmmhanbejikea
Beschreibung Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import…
Dateigröße 81.41 KB
Installationsanzahl 27,036
Aktuelle Version 0.1
Letztes Update 2021-06-07
Veröffentlichungsdatum 2021-01-21
Bewertung 2.38/5 Insgesamt 37 Bewertungen
Entwickler https://bubblesear.ch
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}