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 là gì?
ASO - Google Play Feature Graphic Viewer là một tiện ích mở rộng Chrome được phát triển bởi App Radar, và tính năng chính của nó là "This extension shows the Feature Graphic for the current Google Play mobile app or game. Useful for App Store Optimization (ASO).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ASO - Google Play Feature Graphic Viewer
Tải xuống các tệp mở rộng ASO - Google Play Feature Graphic Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | amlmffmgcdihknojodofoohbanmdngjp |
URL Chính Thức | https://chrome.google.com/webstore/detail/aso-google-play-feature-g/amlmffmgcdihknojodofoohbanmdngjp |
Mô tả | This extension shows the Feature Graphic for the current Google Play mobile app or game. Useful for App Store Optimization (ASO). |
Kích Thước Tệp | 27.38 KB |
Số Lần Cài Đặt | 100,000 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2018-05-08 |
Ngày Phát Hành | 2018-05-08 |
Đánh Giá | 4.22/5 Tổng số 748 Đánh Giá |
Nhà Phát Triển | App Radar |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://thetool.io/aso-app-store-optimization |
URL Trang Chính Sách Bảo Mật | https://appradar.com |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |