RedBubble Tag Tool

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

Was ist RedBubble Tag Tool?

RedBubble Tag Tool ist eine Chrome-Erweiterung, die von wirelessjava2002 entwickelt wurde, und ihr Hauptmerkmal ist "The RedBubble Tag tool helps discover related keywords, (Tags) based on Redbubbles client search data".

Erweiterungsscreenshots

screenshot

RedBubble Tag Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie RedBubble Tag Tool-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name RedBubble Tag Tool RedBubble Tag Tool
ID legpkbkafeknjejdmcdpokbnhalfgfde
Offizielle URL https://chrome.google.com/webstore/detail/redbubble-tag-tool/legpkbkafeknjejdmcdpokbnhalfgfde
Beschreibung The RedBubble Tag tool helps discover related keywords, (Tags) based on Redbubbles client search data
Dateigröße 97.2 KB
Installationsanzahl 244
Aktuelle Version 1.6
Letztes Update 2019-10-29
Veröffentlichungsdatum 2019-10-29
Bewertung 1.29/5 Insgesamt 7 Bewertungen
Entwickler wirelessjava2002
Zahlungsart free
Erweiterungswebsite https://tagtool.app/
Unterstützte Sprachen 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
}