Short Description Viewer for Google Play
View Short Description of any app in Google Play
Qu'est-ce que Short Description Viewer for Google Play ?
Short Description Viewer for Google Play est une extension Chrome développée par https://appstorespy.com, et sa fonction principale est "View Short Description of any app in Google Play".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Short Description Viewer for Google Play
Téléchargez les fichiers d'extension Short Description Viewer for Google Play au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | lbooeejmbjnoflbpioaafkkemijdbecn |
URL Officiel | https://chrome.google.com/webstore/detail/short-description-viewer/lbooeejmbjnoflbpioaafkkemijdbecn |
Description | View Short Description of any app in Google Play |
Taille du Fichier | 5.52 KB |
Nombre d'Installations | 2,000 |
Version Actuelle | 0.3.7 |
Dernière Mise à Jour | 2021-06-17 |
Date de Publication | 2019-02-11 |
Évaluation | 4.00/5 Total 7 Évaluations |
Développeur | https://appstorespy.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://appstorespy.com/privacy |
Langues Prises en Charge | 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 } |