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…

Co je Google Index Checker - Nexttop.org?

Google Index Checker - Nexttop.org je rozšíření Chrome vyvinuté Phuc Tran, a jeho hlavní funkcí je „Google Index Checker Extension This Google Index Checker Extension by Nexttop.org is extremely useful for many website owners and…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google Index Checker - Nexttop.org

Stáhněte si soubory rozšíření Google Index Checker - Nexttop.org ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Google Index Checker - Nexttop.org Google Index Checker - Nexttop.org
ID gmlnkohmoacknnggklomnmkohdcnjeak
Oficiální URL https://chromewebstore.google.com/detail/google-index-checker-next/gmlnkohmoacknnggklomnmkohdcnjeak
Popis Google Index Checker Extension This Google Index Checker Extension by Nexttop.org is extremely useful for many website owners and…
Velikost souboru 34.41 KB
Počet instalací 555
Aktuální Verze 1.2
Poslední Aktualizace 2021-08-23
Datum Vydání 2021-08-05
Hodnocení 1.00/5 Celkem 3 Hodnocení
Vývojář Phuc Tran
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://app.nexttop.org/
URL Stránky Nápovědy https://app.nexttop.org/
Podporované Jazyky 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
    }
}