ASO - Google Play Short Description Viewer
This extension shows the short description for the current Google Play application. Useful for App Store Optimization (ASO).
ASO - Google Play Short Description Viewer là gì?
ASO - Google Play Short Description Viewer là một tiện ích mở rộng Chrome được phát triển bởi App Radar, và tính năng chính của nó là "This extension shows the short description for the current Google Play application. Useful for App Store Optimization (ASO).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ASO - Google Play Short Description Viewer
Tải xuống các tệp mở rộng ASO - Google Play Short Description Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This simple Google Chrome extension allows you to view the Short Description of ANY Google Play app or game when browsing Google Play Store website (https://play.google.com/store/apps) and visiting an app or game. It's very helpful when doing App Store Optimization! As you know, Short Description is an ASO (App Store Optimization) Search Ranking and Conversion Rate (from listing view to install) factor. App Developers and Marketers must include relevant keywords in it to rank and write marketing texts that convince users to download / install any given app. Google Play Short Descriptions can be viewed from any Android device (when browsing Google Play Android app), but... What happens to Google Play web from desktop? Short Descriptions do not appear at first sight; you have to take a look at the HTML code... This extension fixes that! Now, with this ASO extension, you can check the Short Description of any Google Play app while browsing Google Play website (https://play.google.com/store/apps) from a desktop computer using Google Chrome. Tired of checking manually Short Descriptions in Google Play with an Android Smartphone? Tired of checking manually HTML code in order to find Short Descriptions? This nice extension is for you! Do you do App Store Optimization (ASO)? Are you an App Marketer or Mobile Growth Hacker? Like the extension? Share it! Thanks. TheTool team
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pgnpmcfcckikimfioobcdjlpmnchlcmm |
URL Chính Thức | https://chrome.google.com/webstore/detail/aso-google-play-short-des/pgnpmcfcckikimfioobcdjlpmnchlcmm |
Mô tả | This extension shows the short description for the current Google Play application. Useful for App Store Optimization (ASO). |
Kích Thước Tệp | 25.39 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.0.15 |
Cập Nhật Lần Cuối | 2020-10-15 |
Ngày Phát Hành | 2020-02-26 |
Đánh Giá | 4.13/5 Tổng số 126 Đánh Giá |
Nhà Phát Triển | App Radar |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://thetool.io |
URL Trang Chính Sách Bảo Mật | https://appradar.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ASO - Google Play Short Description Viewer", "description": "This extension shows the short description for the current Google Play application. Useful for App Store Optimization (ASO).", "version": "1.0.15", "permissions": [ "tabs" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/play.google.com\/*" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true } } |