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 appstoreSpy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use tags to format your store listing"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rich Editor for Google Play Console एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}