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'est-ce que Redbubble Tag Generator ?
Redbubble Tag Generator est une extension Chrome développée par https://bubblesear.ch, et sa fonction principale est "Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Redbubble Tag Generator
Téléchargez les fichiers d'extension Redbubble Tag Generator 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
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!
Informations de Base sur l'Extension
Nom | Redbubble Tag Generator |
ID | ekooclkolmjndjbgibicmmhanbejikea |
URL Officiel | https://chromewebstore.google.com/detail/redbubble-tag-generator/ekooclkolmjndjbgibicmmhanbejikea |
Description | Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import… |
Taille du Fichier | 81.41 KB |
Nombre d'Installations | 27,036 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2021-06-07 |
Date de Publication | 2021-01-21 |
Évaluation | 2.38/5 Total 37 Évaluations |
Développeur | https://bubblesear.ch |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |