Google Index Checker - Nexttop.org

Google Index Checker Extension This Google Index Checker Extension by Nexttop.org is extremely useful for many website owners and…

What is Google Index Checker - Nexttop.org?

Google Index Checker - Nexttop.org is a Chrome extension developed by Phuc Tran, and its main feature is "Google Index Checker Extension This Google Index Checker Extension by Nexttop.org is extremely useful for many website owners and…".

Extension Screenshots

screenshot

Download Google Index Checker - Nexttop.org Extension CRX File

Download Google Index Checker - Nexttop.org extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Google Index Checker Extension
This Google Index Checker Extension by Nexttop.org is extremely useful for many website owners and webmasters because a quick indexing test can tell you how many of your web pages have been indexed by Google.

Simply create your projects and enter the URLs in bulk that you want to check in the space provided and click on the “Check” button, and then the tool will process your request. It will generate the result in just a few seconds which determines if these URLs are indexed by google or not                    

Extension Basic Information

Name Google Index Checker - Nexttop.org Google Index Checker - Nexttop.org
ID gmlnkohmoacknnggklomnmkohdcnjeak
Official URL https://chromewebstore.google.com/detail/google-index-checker-next/gmlnkohmoacknnggklomnmkohdcnjeak
Description Google Index Checker Extension This Google Index Checker Extension by Nexttop.org is extremely useful for many website owners and…
File Size 34.41 KB
Installation Count 555
Current Version 1.2
Last Updated 2021-08-23
Publish Date 2021-08-05
Rating 1.00/5 Total 3 Ratings
Developer Phuc Tran
Email [email protected]
Payment Type in_app
Extension Website https://app.nexttop.org/
Help Page URL https://app.nexttop.org/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Index Checker - Nexttop.org",
    "manifest_version": 2,
    "version": "1.2",
    "permissions": [
        "*:\/\/*.google.com\/",
        "*:\/\/localhost\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}