Short Description Viewer for Google Play
View Short Description of any app in Google Play
Vad är Short Description Viewer for Google Play?
Short Description Viewer for Google Play är en Chrome-tillägg utvecklad av https://appstorespy.com, och dess huvudfunktion är "View Short Description of any app in Google Play".
Tilläggsskärmbilder
Ladda ner Short Description Viewer for Google Play-förlängningens CRX-fil
Ladda ner Short Description Viewer for Google Play-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | lbooeejmbjnoflbpioaafkkemijdbecn |
Officiell webbadress | https://chrome.google.com/webstore/detail/short-description-viewer/lbooeejmbjnoflbpioaafkkemijdbecn |
Beskrivning | View Short Description of any app in Google Play |
Filstorlek | 5.52 KB |
Antal Installationer | 2,000 |
Aktuell Version | 0.3.7 |
Senast Uppdaterad | 2021-06-17 |
Publiceringsdatum | 2019-02-11 |
Betyg | 4.00/5 Totalt 7 Betyg |
Utvecklare | https://appstorespy.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://appstorespy.com/privacy |
Stödda Språk | 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 } |