Redbubble Favorite Automator
Automates Favoriting on Redbubble
Τι είναι το Redbubble Favorite Automator;
Το Redbubble Favorite Automator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nathan7s, και η κύρια λειτουργία του είναι "Automates Favoriting on Redbubble".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Redbubble Favorite Automator
Λήψη αρχείων επέκτασης Redbubble Favorite Automator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Reciprocal Favoring is a strategy that experienced Redbubble Sellers use to increase engagement and sales in their store, where people favorite your work to try and get you to favorite theirs. This benefits both people and allowing both their works to rank higher in the Redbubble algorithm, leading to more sales. Manually favoriting works can be EXTREMELY tedious and boring. However, this extension completely automates this process in just a click of a button!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Redbubble Favorite Automator |
ID | iohmlpofcemlofnlnfkhdgfndihbkjac |
Επίσημο URL | https://chromewebstore.google.com/detail/redbubble-favorite-automa/iohmlpofcemlofnlnfkhdgfndihbkjac |
Περιγραφή | Automates Favoriting on Redbubble |
Μέγεθος Αρχείου | 2.89 MB |
Αριθμός Εγκαταστάσεων | 62 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2023-09-29 |
Ημερομηνία Δημοσίευσης | 2023-09-13 |
Αξιολόγηση | 3.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | nathan7s |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redbubble Favorite Automator", "version": "1.0.3", "description": "Automates Favoriting on Redbubble", "manifest_version": 3, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_popup": "src\/popup.html", "default_title": "Redbubble Favorite Automator" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.redbubble.com\/*" ], "js": [ "src\/content-script.js" ], "runAt": "document_start" } ], "background": { "service_worker": "src\/service-worker.js" } } |