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.

Qu'est-ce que Ninja ASO - Best ASO Toolbox For Google Play ?

Ninja ASO - Best ASO Toolbox For Google Play est une extension Chrome développée par Youba Amj, et sa fonction principale est "Ninja ASO scrapes multiple sources, streamlining workflow and enabling quick, data-driven decisions on a single page.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ninja ASO - Best ASO Toolbox For Google Play

Téléchargez les fichiers d'extension Ninja ASO - Best ASO Toolbox For Google Play au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Ninja ASO - Best ASO Toolbox For Google Play Ninja ASO - Best ASO Toolbox For Google Play
ID dhdlnldaaeochhponebahbecamjdnkai
URL Officiel https://chromewebstore.google.com/detail/ninja-aso-best-aso-toolbo/dhdlnldaaeochhponebahbecamjdnkai
Description Ninja ASO scrapes multiple sources, streamlining workflow and enabling quick, data-driven decisions on a single page.
Taille du Fichier 393 KB
Nombre d'Installations 1,805
Version Actuelle 1.4.0
Dernière Mise à Jour 2023-07-26
Date de Publication 2022-06-16
Évaluation 4.67/5 Total 12 Évaluations
Développeur Youba Amj
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}