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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ASO & SEO Search Ranking & Keyword Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}