ASO Tools for Google Play Store™

View apps in different languages and quick links to 2 of the Top ASO analytics sites.

ASO Tools for Google Play Store™란 무엇입니까?

ASO Tools for Google Play Store™은(는) Rock'n null에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View apps in different languages and quick links to 2 of the Top ASO analytics sites."입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Check apps in different languages, Great for checking store listing or checking reviews. Also fast links to 2 of the Top ASO analytics sites.                    

확장 프로그램 기본 정보

이름 ASO Tools for Google Play Store™ ASO Tools for Google Play Store™
ID ogbiebalkhkimkogbkofjbfclocdaofg
공식 URL https://chromewebstore.google.com/detail/aso-tools-for-google-play/ogbiebalkhkimkogbkofjbfclocdaofg
설명 View apps in different languages and quick links to 2 of the Top ASO analytics sites.
파일 크기 26.86 KB
설치 횟수 666
현재 버전 4.0
최근 업데이트 2021-03-15
출시 날짜 2020-05-26
평점 3.00/5 총 4 개의 평점
개발자 Rock'n null
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ASO Tools for Google Play Store\u2122",
    "description": "View apps in different languages and quick links to 2 of the Top ASO analytics sites.",
    "version": "4.0",
    "browser_action": {
        "default_icon": "logo32.png",
        "default_title": "ASO Tools for Google Play Store\u2122"
    },
    "icons": {
        "16": "logo16.png",
        "24": "logo48.png",
        "32": "logo32.png",
        "128": "logo32.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.google.com\/store\/apps\/details?id=*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}