ASO - Google Play Feature Graphic Viewer
This extension shows the Feature Graphic for the current Google Play mobile app or game. Useful for App Store Optimization (ASO).
什么是ASO - Google Play Feature Graphic Viewer?
ASO - Google Play Feature Graphic Viewer是由App Radar开发的Chrome扩展程序,该扩展的主要功能是“This extension shows the Feature Graphic for the current Google Play mobile app or game. Useful for App Store Optimization (ASO).”。
扩展截图
下载ASO - Google Play Feature Graphic Viewer扩展crx文件
下载ASO - Google Play Feature Graphic Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you want to view ANY Google Play app or game's Feature Graphic? Now you can do it with this FREE Chrome Extension. We help you do ASO the right way! Feature Graphic is an ASO (App Store Optimization) Conversion Rate (from product page view to download) factor. App Developers and Marketers must A/B test them in order to find the one that brings better results (more downloads). Google Play Feature Graphic can be viewed from any Android device (when browsing Google Play app), but... What happens to Google Play web desktop view? Feature Graphic does not appear... Until now! Now, with this powerful App Store Optimization extension, you can view / spy the Feature Graphic of any mobile app browsing Google Play Store website from a computer using Google Chrome browser. Tired of checking manually Feature Graphic in Google Play with an Android Smartphone? This nice extension is for you! Enjoy! Do you do App Store Optimization (ASO)? Like this Google Play feature graphic spy extension? Share it with your colleagues! Thanks. TheTool team
扩展基本信息
名称 | |
ID | amlmffmgcdihknojodofoohbanmdngjp |
官方URL | https://chrome.google.com/webstore/detail/aso-google-play-feature-g/amlmffmgcdihknojodofoohbanmdngjp |
简介 | This extension shows the Feature Graphic for the current Google Play mobile app or game. Useful for App Store Optimization (ASO). |
文件大小 | 27.38 KB |
安装次数 | 100,000 |
当前版本 | 1.0.4 |
更新时间 | 2018-05-08 |
上架时间 | 2018-05-08 |
评分 | 4.22/5 共748次评分 |
开发者 | App Radar |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://thetool.io/aso-app-store-optimization |
隐私政策页面URL | https://appradar.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ASO - Google Play Feature Graphic Viewer", "description": "This extension shows the Feature Graphic for the current Google Play mobile app or game. Useful for App Store Optimization (ASO).", "version": "1.0.4", "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 } } |