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
电子邮箱 [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
    }
}