ASO - Toolbox by StoreMaven

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

O que é ASO - Toolbox by StoreMaven?

ASO - Toolbox by StoreMaven é uma extensão do Chrome desenvolvida por Storemaven, e sua principal característica é "This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ASO - Toolbox by StoreMaven

Baixe arquivos de extensão ASO - Toolbox by StoreMaven no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ASO - Toolbox by StoreMaven ASO - Toolbox by StoreMaven
ID nlgkbpcannbahibpdnonjpnndpeffhmh
URL Oficial https://chromewebstore.google.com/detail/aso-toolbox-by-storemaven/nlgkbpcannbahibpdnonjpnndpeffhmh
Descrição This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country
Tamanho do Arquivo 646 KB
Contagem de Instalações 7,424
Versão Atual 3.0.0
Última Atualização 2023-01-02
Data de Publicação 2019-10-02
Classificação 4.13/5 Total de 54 Avaliações
Desenvolvedor Storemaven
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.storemaven.com
URL da Página de Política de Privacidade https://www.storemaven.com/privacy-policy
Idiomas Suportados 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"
    }
}