Ninja ASO - Best ASO Toolbox For Google Play

Ninja ASO scrapes multiple sources, streamlining workflow and enabling quick, data-driven decisions on a single page.

O que é Ninja ASO - Best ASO Toolbox For Google Play?

Ninja ASO - Best ASO Toolbox For Google Play é uma extensão do Chrome desenvolvida por Youba Amj, e sua principal característica é "Ninja ASO scrapes multiple sources, streamlining workflow and enabling quick, data-driven decisions on a single page.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Ninja ASO - Best ASO Toolbox For Google Play

Baixe arquivos de extensão Ninja ASO - Best ASO Toolbox For Google Play 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

                        Ninja ASO is a powerful extension scrapes data from multiple sources and displays it on a single page. With easy access to important information, you can streamline your workflow and make data-driven decisions quickly and efficiently.

If you're tired of bouncing between different sources to gather information on your app's performance, Ninja ASO is here to help. Our powerful Chrome extension scrapes data from multiple sources and compiles it all in one place, giving you the comprehensive picture you need to optimize your app's Google Play listing.

With Ninja ASO, you can easily download assets like icons, screenshots, and feature graphics in high quality, and access our feature image option to showcase your app's best features. And when it comes to data, we've got you covered. Our app information from both AppBrain and AppStoreSpy provides you with detailed metrics on total installs, app age, app ranking, app size, app last update, Android version, maturity, and libraries - all in one place.

But that's not all. With our daily installs and ranking history charts, you can easily track your app's progress over time and compare it to your competitors. Our related apps feature makes it simple to discover other apps in your niche, and our change logs feature keeps your users informed about updates and bug fixes.

Our app keywords feature helps you optimize your app's listing with the most relevant keywords, and our libraries feature ensures that you're always up-to-date with the latest technology and programming languages. And with easy access to ASO tools and site links, you can quickly get the information you need to stay ahead of the curve.

In short, if you're looking for a one-stop-shop for app optimization on Google Play, look no further than Ninja ASO. Try our extension today and discover the power of consolidated data!                    

Informações Básicas da Extensão

Nome Ninja ASO - Best ASO Toolbox For Google Play Ninja ASO - Best ASO Toolbox For Google Play
ID dhdlnldaaeochhponebahbecamjdnkai
URL Oficial https://chromewebstore.google.com/detail/ninja-aso-best-aso-toolbo/dhdlnldaaeochhponebahbecamjdnkai
Descrição Ninja ASO scrapes multiple sources, streamlining workflow and enabling quick, data-driven decisions on a single page.
Tamanho do Arquivo 393 KB
Contagem de Instalações 1,805
Versão Atual 1.4.0
Última Atualização 2023-07-26
Data de Publicação 2022-06-16
Classificação 4.67/5 Total de 12 Avaliações
Desenvolvedor Youba Amj
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ninja ASO - Best ASO Toolbox For Google Play",
    "version": "1.4.0",
    "homepage_url": "https:\/\/github.com\/ayoubfletcher",
    "author": "Ayoub Fletcher",
    "options_page": "popup.html",
    "description": "Ninja ASO scrapes multiple sources, streamlining workflow and enabling quick, data-driven decisions on a single page.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        "https:\/\/www.appbrain.com\/app\/*",
        "https:\/\/appstorespy.com\/apps\/play\/*",
        "https:\/\/play-lh.googleusercontent.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "action": {
        "default_icon": "images\/icon-48x48.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon-similarweb.png",
                "images\/icon-appstorespy.png",
                "images\/icon-appbrain.png",
                "images\/icon-sensortower.png",
                "images\/icon-apkpure.png",
                "images\/icon-128x128.png",
                "images\/icon-apptweak.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}