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.

Ninja ASO - Best ASO Toolbox For Google Play란 무엇입니까?

Ninja ASO - Best ASO Toolbox For Google Play은(는) Youba Amj에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ninja ASO scrapes multiple sources, streamlining workflow and enabling quick, data-driven decisions on a single page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Ninja ASO - Best ASO Toolbox For Google Play 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Ninja ASO - Best ASO Toolbox For Google Play Ninja ASO - Best ASO Toolbox For Google Play
ID dhdlnldaaeochhponebahbecamjdnkai
공식 URL https://chromewebstore.google.com/detail/ninja-aso-best-aso-toolbo/dhdlnldaaeochhponebahbecamjdnkai
설명 Ninja ASO scrapes multiple sources, streamlining workflow and enabling quick, data-driven decisions on a single page.
파일 크기 393 KB
설치 횟수 1,805
현재 버전 1.4.0
최근 업데이트 2023-07-26
출시 날짜 2022-06-16
평점 4.67/5 총 12 개의 평점
개발자 Youba Amj
이메일 [email protected]
결제 유형 free
지원되는 언어 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": [
                ""
            ]
        }
    ]
}