RedBubble Tag Tool

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

Qu'est-ce que RedBubble Tag Tool ?

RedBubble Tag Tool est une extension Chrome développée par wirelessjava2002, et sa fonction principale est "The RedBubble Tag tool helps discover related keywords, (Tags) based on Redbubbles client search data".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RedBubble Tag Tool

Téléchargez les fichiers d'extension RedBubble Tag Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom RedBubble Tag Tool RedBubble Tag Tool
ID legpkbkafeknjejdmcdpokbnhalfgfde
URL Officiel https://chrome.google.com/webstore/detail/redbubble-tag-tool/legpkbkafeknjejdmcdpokbnhalfgfde
Description The RedBubble Tag tool helps discover related keywords, (Tags) based on Redbubbles client search data
Taille du Fichier 97.2 KB
Nombre d'Installations 244
Version Actuelle 1.6
Dernière Mise à Jour 2019-10-29
Date de Publication 2019-10-29
Évaluation 1.29/5 Total 7 Évaluations
Développeur wirelessjava2002
Type de Paiement free
Site Web de l'Extension https://tagtool.app/
Langues Prises en Charge 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
}