Rich Editor for Google Play Console
Use tags to format your store listing
Τι είναι το Rich Editor for Google Play Console;
Το Rich Editor for Google Play Console είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον appstoreSpy.com, και η κύρια λειτουργία του είναι "Use tags to format your store listing".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Rich Editor for Google Play Console
Λήψη αρχείων επέκτασης Rich Editor for Google Play Console σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Enhance Your Google Play Store Description With Rich Formatting & Emojis The Google Play Store lets you be pretty creative when it comes to the text assets you provide for your Play Store Listing. You can use rich formatting (HTML) and emojis to make your Google Play app description stand out of the crowd in searches and in your page view. You can use rich formatting to bring out the structure in your play store description, for example by creating chapter headings. But you can also use rich text and emoji’s to stand out of the crowd. Even in your Google Play Title and developer name you can use emojis to increase conversion, although you won’t be able to run A/B tests on these two assets.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Rich Editor for Google Play Console |
ID | colehiggcgnngknnaegijpdfogcleddn |
Επίσημο URL | https://chromewebstore.google.com/detail/rich-editor-for-google-pl/colehiggcgnngknnaegijpdfogcleddn |
Περιγραφή | Use tags to format your store listing |
Μέγεθος Αρχείου | 28.36 KB |
Αριθμός Εγκαταστάσεων | 234 |
Τρέχουσα Έκδοση | 0.0.1 |
Τελευταία Ενημέρωση | 2021-06-11 |
Ημερομηνία Δημοσίευσης | 2021-05-03 |
Προγραμματιστής | appstoreSpy.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://appstorespy.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Rich Editor for Google Play Console", "version": "0.0.1", "description": "Use tags to format your store listing", "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/play.google.com\/console\/u\/0\/developers\/*" ], "css": [ "ext.css", "\/dist\/wysiwyg.css" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html" } } |