Redbubble tags copy Free!!

With this extension you can copy the tags of any product on redbubble EASILLY!

Was ist Redbubble tags copy Free!!?

Redbubble tags copy Free!! ist eine Chrome-Erweiterung, die von mohamedoulkir entwickelt wurde, und ihr Hauptmerkmal ist "With this extension you can copy the tags of any product on redbubble EASILLY!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Redbubble tags copy Free!!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Redbubble tags copy Free!!-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

                        This chrome extension is able help you to get the keywords (tags) of any product in redbubble.com, with comma (,) between every tag and another, you can copy it manually and use it directly in your product, check the explanation pictures to understand more. thanks!                    

Grundlegende Informationen zur Erweiterung

Name Redbubble tags copy Free!! Redbubble tags copy Free!!
ID eldfemlajnjfcnklboiphdjfobfigaol
Offizielle URL https://chromewebstore.google.com/detail/redbubble-tags-copy-free/eldfemlajnjfcnklboiphdjfobfigaol
Beschreibung With this extension you can copy the tags of any product on redbubble EASILLY!
Dateigröße 25.1 KB
Installationsanzahl 1,244
Aktuelle Version 3.5.3
Letztes Update 2022-10-13
Veröffentlichungsdatum 2022-06-07
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler mohamedoulkir
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Redbubble tags copy Free!!",
    "description": "With this extension you can copy the tags of any product on redbubble EASILLY!",
    "version": "3.5.3",
    "icons": {
        "16": "\/aissa16.png",
        "48": "\/aissa48.png",
        "128": "\/aissa128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.redbubble.com\/*"
            ],
            "css": [
                "aissa.css"
            ],
            "js": [
                "aissa.js"
            ]
        }
    ]
}