AsoSpy for Google Play Store

Enhance Play Store with app analytics. View app data instantly. Get insights on installs, release date, updates, and more.

AsoSpy for Google Play Store क्या है?

AsoSpy for Google Play Store asospy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance Play Store with app analytics. View app data instantly. Get insights on installs, release date, updates, and more."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AsoSpy for Google Play Store एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        English (US) 	
Elevate your Play Store experience with the integration of mobile app analytics from AsoSpy. Say goodbye to tedious clicks and endless scrolling while investigating apps. Our extension seamlessly embeds app data directly into the Play Store website, providing you with instant access to valuable insights.

With this extension, you can effortlessly search for apps, navigate through pages, and have comprehensive app data conveniently displayed within each app card. No more bouncing between multiple tabs or external tools to gather crucial information.

The app data made available through AsoSpy includes essential details such as the number of installs, release date, last update date, app category, and approximate installs per day. Having these insights at your fingertips empowers you to make informed decisions about which apps to explore further.

By eliminating the need for manual research and reducing the time spent on app investigations, our extension streamlines the app discovery process. Whether you're a developer, marketer, or app enthusiast, AsoSpy enhances your efficiency and helps you make data-driven decisions.

Experience the convenience and efficiency of integrated app analytics. Install the AsoSpy extension now and unlock a whole new level of Play Store browsing. Gain valuable insights, save time, and make more informed choices with ease.                    

एक्सटेंशन की मूल जानकारी

नाम AsoSpy for Google Play Store AsoSpy for Google Play Store
ID djldgekfnmbecjgdfnbnilgoojfihfli
आधिकारिक URL https://chromewebstore.google.com/detail/asospy-for-google-play-st/djldgekfnmbecjgdfnbnilgoojfihfli
विवरण Enhance Play Store with app analytics. View app data instantly. Get insights on installs, release date, updates, and more.
फ़ाइल का आकार 53.06 KB
स्थापना संख्या 1,370
वर्तमान संस्करण 3.3
अंतिम अपडेट 2023-06-27
प्रकाशन तिथि 2023-06-24
रेटिंग 4.67/5 कुल 12 रेटिंग्स
डेवलपर asospy.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://asospy.com
सहायता पृष्ठ URL https://asospy.com/contact-us
गोपनीयता नीति पृष्ठ URL https://asospy.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AsoSpy for Google Play Store",
    "version": "3.3",
    "description": "Enhance Play Store with app analytics. View app data instantly. Get insights on installs, release date, updates, and more. ",
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icons\/icon.png",
        "default_title": "AsoSpy",
        "default_popup": "login\/login.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.google.com\/store\/*",
                "*:\/\/play.google.com\/work\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}