AppstoreSpy for Play Store

Enrich Play Store with mobile app analytics from AppstoreSpy

AppstoreSpy for Play Store क्या है?

AppstoreSpy for Play Store https://appstorespy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enrich Play Store with mobile app analytics from AppstoreSpy"।

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

screenshot
screenshot

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

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

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

                        No more clicks and scrolling while investigating apps in Play Store.
This extension embeds app data directly into Play Store website. 

Use search, navigate through pages and instantly get app data embedded into an app card.

Application data available: 
* Installs
* Released date
* Updated date 
* Category 
* Installs per day (approx.) 

Subscribe to get full access to apps data.                    

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

नाम AppstoreSpy for Play Store AppstoreSpy for Play Store
ID dclnfogoojlodlkdfnmghfbeloeojken
आधिकारिक URL https://chromewebstore.google.com/detail/appstorespy-for-play-stor/dclnfogoojlodlkdfnmghfbeloeojken
विवरण Enrich Play Store with mobile app analytics from AppstoreSpy
फ़ाइल का आकार 2.16 MB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.1.7
अंतिम अपडेट 2024-02-13
प्रकाशन तिथि 2020-07-03
रेटिंग 4.17/5 कुल 29 रेटिंग्स
डेवलपर https://appstorespy.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://appstorespy.com/extensions
सहायता पृष्ठ URL https://appstorespy.com/support
गोपनीयता नीति पृष्ठ URL https://appstorespy.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AppstoreSpy for Play Store",
    "version": "1.1.7",
    "description": "Enrich Play Store with mobile app analytics from AppstoreSpy",
    "author": "appstorespy.com",
    "icons": {
        "16": "asodigger16.png",
        "32": "asodigger32.png",
        "48": "asodigger48.png",
        "128": "asodigger128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "modules\/*",
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "permissions": [
        "identity",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/store\/*",
                "https:\/\/play.google.com\/work\/*",
                "https:\/\/appstorespy.com\/extension\/*"
            ],
            "css": [
                "playspy.css"
            ],
            "js": [
                "display.js",
                "content.js",
                "popup.js",
                "countries.js"
            ]
        }
    ],
    "action": {
        "default_title": "AppstoreSpy",
        "default_icon": "asodigger16.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}