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 to jest Google Index Checker - Nexttop.org?

Google Index Checker - Nexttop.org to rozszerzenie Chrome opracowane przez Phuc Tran, a jego główną funkcją jest „Google Index Checker Extension This Google Index Checker Extension by Nexttop.org is extremely useful for many website owners and…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Google Index Checker - Nexttop.org

Pobierz pliki rozszerzeń Google Index Checker - Nexttop.org w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Google Index Checker - Nexttop.org Google Index Checker - Nexttop.org
ID gmlnkohmoacknnggklomnmkohdcnjeak
Oficjalny URL https://chromewebstore.google.com/detail/google-index-checker-next/gmlnkohmoacknnggklomnmkohdcnjeak
Opis Google Index Checker Extension This Google Index Checker Extension by Nexttop.org is extremely useful for many website owners and…
Rozmiar pliku 34.41 KB
Liczba instalacji 555
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2021-08-23
Data Publikacji 2021-08-05
Ocena 1.00/5 Łącznie 3 Oceny
Deweloper Phuc Tran
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://app.nexttop.org/
Adres URL Strony Pomocy https://app.nexttop.org/
Obsługiwane Języki 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
    }
}