Short Description Viewer for Google Play
View Short Description of any app in Google Play
Apa itu Short Description Viewer for Google Play?
Short Description Viewer for Google Play adalah ekstensi Chrome yang dikembangkan oleh https://appstorespy.com, dan fitur utamanya adalah "View Short Description of any app in Google Play".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Short Description Viewer for Google Play
Unduh file ekstensi Short Description Viewer for Google Play dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
View short description for every Google Play app. Just one phrase describing what about this Android application. Unfortunately, it does not appear ion the Web Play Store. So using this extension you can easily see all the descriptions. For developers short description is strongly affects the conversion into install.
Informasi Dasar Ekstensi
Nama | |
ID | lbooeejmbjnoflbpioaafkkemijdbecn |
URL Resmi | https://chrome.google.com/webstore/detail/short-description-viewer/lbooeejmbjnoflbpioaafkkemijdbecn |
Deskripsi | View Short Description of any app in Google Play |
Ukuran File | 5.52 KB |
Jumlah Instalasi | 2,000 |
Versi Saat Ini | 0.3.7 |
Terakhir Diperbarui | 2021-06-17 |
Tanggal Publikasi | 2019-02-11 |
Penilaian | 4.00/5 Total 7 Penilaian |
Pengembang | https://appstorespy.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://appstorespy.com/privacy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Short Description Viewer for Google Play", "description": "View Short Description of any app in Google Play", "author": "Appstorespy.com", "version": "0.3.7", "permissions": [], "page_action": { "default_icon": { "128": "icon128.png" } }, "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/play.google.com\/store\/apps*" ], "js": [ "content.js" ] } ], "manifest_version": 2 } |