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…

Что такое Google Index Checker - Nexttop.org?

Google Index Checker - Nexttop.org - это расширение Chrome, разработанное Phuc Tran, и его основная функция - "Google Index Checker Extension This Google Index Checker Extension by Nexttop.org is extremely useful for many website owners and…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Google Index Checker - Nexttop.org

Скачайте файлы расширений Google Index Checker - Nexttop.org в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Google Index Checker - Nexttop.org Google Index Checker - Nexttop.org
ID gmlnkohmoacknnggklomnmkohdcnjeak
Официальный URL https://chromewebstore.google.com/detail/google-index-checker-next/gmlnkohmoacknnggklomnmkohdcnjeak
Описание Google Index Checker Extension This Google Index Checker Extension by Nexttop.org is extremely useful for many website owners and…
Размер файла 34.41 KB
Количество установок 555
Текущая Версия 1.2
Последнее Обновление 2021-08-23
Дата публикации 2021-08-05
Рейтинг 1.00/5 Всего 3 оценок
Разработчик Phuc Tran
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://app.nexttop.org/
URL страницы помощи https://app.nexttop.org/
Поддерживаемые языки 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
    }
}