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…
Τι είναι το Redbubble Tag Generator;
Το Redbubble Tag Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bubblesear.ch, και η κύρια λειτουργία του είναι "Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Redbubble Tag Generator
Λήψη αρχείων επέκτασης Redbubble Tag Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Redbubble Tag Generator |
ID | ekooclkolmjndjbgibicmmhanbejikea |
Επίσημο URL | https://chromewebstore.google.com/detail/redbubble-tag-generator/ekooclkolmjndjbgibicmmhanbejikea |
Περιγραφή | Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import… |
Μέγεθος Αρχείου | 81.41 KB |
Αριθμός Εγκαταστάσεων | 27,036 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2021-06-07 |
Ημερομηνία Δημοσίευσης | 2021-01-21 |
Αξιολόγηση | 2.38/5 Συνολικά 37 Αξιολογήσεις |
Προγραμματιστής | https://bubblesear.ch |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |