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"입니다.
확장 프로그램 스크린샷
Rich Editor for Google Play Console 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |