ASO & SEO Search Ranking & Keyword Tool

Search for a keyword on playstore, or Google search and find the rankings and ratings. With playstore short description viewer.

ASO & SEO Search Ranking & Keyword Tool란 무엇입니까?

ASO & SEO Search Ranking & Keyword Tool은(는) NextGrowth Labs Pvt Ltd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search for a keyword on playstore, or Google search and find the rankings and ratings. With playstore short description viewer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

ASO & SEO Search Ranking & Keyword Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Supercharge your marketing with our search ranking tool and Play-store short description viewer.

What it does?
Easily get keyword rankings. With this tool - you won't need to manually compute the rank for the website or apps on PlayStore. 

It also has other useful features - for instance - get the ratings of all the apps on the search result page. 

View short description of an app in Play-store.
View Keyword suggestion for website or PlayStore app's.

To get access to our exclusive ASO tools - visit us on @
https://appvector.io/?&utm_source=search_chrome_extension&promo=free_tracking_limit

Reach out to us for any ASO or SEO related questions @
https://nextgrowthlabs.com/?&utm_source=search_chrome_extension                    

확장 프로그램 기본 정보

이름 ASO & SEO Search Ranking & Keyword Tool ASO & SEO Search Ranking & Keyword Tool
ID pjjlpohgclhhnmbjfhijoeikehadbohd
공식 URL https://chromewebstore.google.com/detail/aso-seo-search-ranking-ke/pjjlpohgclhhnmbjfhijoeikehadbohd
설명 Search for a keyword on playstore, or Google search and find the rankings and ratings. With playstore short description viewer.
파일 크기 94.88 KB
설치 횟수 2,000
현재 버전 0.4.4
최근 업데이트 2024-03-02
출시 날짜 2021-07-16
평점 5.00/5 총 46 개의 평점
개발자 NextGrowth Labs Pvt Ltd
이메일 [email protected]
결제 유형 free
지원되는 언어 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.4.4",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Search_result_indexer",
        "default_popup": "popup.html",
        "default_icon": "icons\/icon_16.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search*",
                "https:\/\/play.google.com\/store\/*",
                "https:\/\/www.google.co.in\/search*",
                "https:\/\/www.google.co.uk\/search*",
                "https:\/\/www.google.fr\/search*",
                "https:\/\/www.google.de\/search*",
                "https:\/\/www.google.com.au\/search*",
                "https:\/\/www.google.co.nz\/search*",
                ""
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}