AppstoreSpy for Play Store

Enrich Play Store with mobile app analytics from AppstoreSpy

AppstoreSpy for Play Store란 무엇입니까?

AppstoreSpy for Play Store은(는) https://appstorespy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enrich Play Store with mobile app analytics from AppstoreSpy"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

AppstoreSpy for Play Store 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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';"
    }
}