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開發的Chrome擴展程式,該擴展的主要功能是“Use tags to format your store listing”。

擴展截圖

screenshot

下載Rich Editor for Google Play Console擴展crx文件

下載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 Rich Editor for Google Play Console
ID colehiggcgnngknnaegijpdfogcleddn
官方網址 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"
    }
}