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…

¿Qué es Redbubble Tag Generator?

Redbubble Tag Generator es una extensión de Chrome desarrollada por https://bubblesear.ch, y su función principal es "Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Redbubble Tag Generator

Descarga archivos de extensión Redbubble Tag Generator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Redbubble Tag Generator Redbubble Tag Generator
ID ekooclkolmjndjbgibicmmhanbejikea
URL Oficial https://chromewebstore.google.com/detail/redbubble-tag-generator/ekooclkolmjndjbgibicmmhanbejikea
Descripción Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import…
Tamaño del Archivo 81.41 KB
Cantidad de Instalaciones 27,036
Versión Actual 0.1
Última Actualización 2021-06-07
Fecha de Publicación 2021-01-21
Calificación 2.38/5 Total de 37 Calificaciones
Desarrollador https://bubblesear.ch
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}