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文件

下载ASO & SEO Search Ranking & Keyword Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}