ASO - Toolbox by StoreMaven

This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country

ASO - Toolbox by StoreMaven란 무엇입니까?

ASO - Toolbox by StoreMaven은(는) Storemaven에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

ASO - Toolbox by StoreMaven 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With ONE click:
- Easily view app store pages in any country and in any language.
- Preview and interact with the mobile layout of any app store.

Your ASO strategy just got easier!

This ASO tool offers the most convenient way to research your competitors. It allows you to view and download app store mobile layouts straight from your desktop, while looking at iTunes and Google Play web pages.                    

확장 프로그램 기본 정보

이름 ASO - Toolbox by StoreMaven ASO - Toolbox by StoreMaven
ID nlgkbpcannbahibpdnonjpnndpeffhmh
공식 URL https://chromewebstore.google.com/detail/aso-toolbox-by-storemaven/nlgkbpcannbahibpdnonjpnndpeffhmh
설명 This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country
파일 크기 646 KB
설치 횟수 7,424
현재 버전 3.0.0
최근 업데이트 2023-01-02
출시 날짜 2019-10-02
평점 4.13/5 총 54 개의 평점
개발자 Storemaven
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.storemaven.com
개인정보 보호 정책 페이지 URL https://www.storemaven.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ASO - Toolbox by StoreMaven",
    "version": "3.0.0",
    "description": "This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country",
    "permissions": [
        "tabs",
        "identity",
        "identity.email",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/serve-dot-mvns-creative-testing-prod.uc.r.appspot.com\/*",
        "https:\/\/events-dot-mvns-creative-testing-prod.uc.r.appspot.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "contentPage.js"
            ],
            "matches": [
                "https:\/\/play.google.com\/store\/apps\/*",
                "https:\/\/itunes.apple.com\/*\/app\/*",
                "https:\/\/itunes.apple.com\/app\/*",
                "https:\/\/apps.apple.com\/*\/app\/*",
                "https:\/\/apps.apple.com\/app\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "backgroundPage.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/logos\/16x16.png",
        "48": "\/assets\/logos\/48x48.png",
        "128": "\/assets\/logos\/128x128.png"
    }
}