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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows the Feature Graphic for the current Google Play mobile app or game. Useful for App Store Optimization (ASO)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ASO - Google Play Feature Graphic Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } } |