Short Description Viewer for Google Play
View Short Description of any app in Google Play
Cos'è Short Description Viewer for Google Play?
Short Description Viewer for Google Play è un'estensione di Chrome sviluppata da https://appstorespy.com, e la sua funzione principale è "View Short Description of any app in Google Play".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Short Description Viewer for Google Play
Scarica i file di estensione Short Description Viewer for Google Play in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | lbooeejmbjnoflbpioaafkkemijdbecn |
URL Ufficiale | https://chrome.google.com/webstore/detail/short-description-viewer/lbooeejmbjnoflbpioaafkkemijdbecn |
Descrizione | View Short Description of any app in Google Play |
Dimensione del File | 5.52 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 0.3.7 |
Ultimo Aggiornamento | 2021-06-17 |
Data di Pubblicazione | 2019-02-11 |
Valutazione | 4.00/5 Totale 7 Valutazioni |
Sviluppatore | https://appstorespy.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://appstorespy.com/privacy |
Lingue Supportate | 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 } |