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
官方網址 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
    }
}