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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance Play Store with app analytics. View app data instantly. Get insights on installs, release date, updates, and more."입니다.

확장 프로그램 스크린샷

screenshot

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

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