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はPhuc Tranによって開発されたChromeの拡張機能で、その主な機能は「Google Index Checker Extension This Google Index Checker Extension by Nexttop.org is extremely useful for many website owners and…」です。

拡張機能のスクリーンショット

screenshot

Google Index Checker - Nexttop.org拡張機能のCRXファイルをダウンロード

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
Eメール [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
    }
}