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.

Co to jest Ninja ASO - Best ASO Toolbox For Google Play?

Ninja ASO - Best ASO Toolbox For Google Play to rozszerzenie Chrome opracowane przez Youba Amj, a jego główną funkcją jest „Ninja ASO scrapes multiple sources, streamlining workflow and enabling quick, data-driven decisions on a single page.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Ninja ASO - Best ASO Toolbox For Google Play

Pobierz pliki rozszerzeń Ninja ASO - Best ASO Toolbox For Google Play w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Ninja ASO - Best ASO Toolbox For Google Play Ninja ASO - Best ASO Toolbox For Google Play
ID dhdlnldaaeochhponebahbecamjdnkai
Oficjalny URL https://chromewebstore.google.com/detail/ninja-aso-best-aso-toolbo/dhdlnldaaeochhponebahbecamjdnkai
Opis Ninja ASO scrapes multiple sources, streamlining workflow and enabling quick, data-driven decisions on a single page.
Rozmiar pliku 393 KB
Liczba instalacji 1,805
Aktualna Wersja 1.4.0
Ostatnia Aktualizacja 2023-07-26
Data Publikacji 2022-06-16
Ocena 4.67/5 Łącznie 12 Oceny
Deweloper Youba Amj
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}