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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } } |