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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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
    }
}