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
公式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
Eメール [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"
    }
}