Crawl date checker for Google

Install the Google bot last crawl date checker extension to access the last crawl date and time of any web page by google.

Crawl date checker for Googleคืออะไร?

Crawl date checker for Google เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gcrawldatechecker และคุณลักษณะหลักของมันคือ "Install the Google bot last crawl date checker extension to access the last crawl date and time of any web page by google."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crawl date checker for Google

ดาวน์โหลดไฟล์ส่วนขยาย Crawl date checker for Google ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Check google crawling date of site page.

With just one click, you can instantly find out when Google last crawled your website. Knowing the exact time and date of Google's last visit can help you make informed decisions about your website's optimization and content creation strategies. Our extension is easy to use and gives you real-time information on your website's search engine indexing status. Install it today and take your website's SEO to the next level! " 

How To Use 

 

>>Install the extension 

>>Visit any webpage where you want to check last crawl date 

>>Click the extension icon to get the last crawl date and time by Google 

 

Key Features 

>>Track the frequency of Google crawls and identify any patterns or changes in crawl behavior 
>>Instantly find out when Google last crawled your website with just one click 
>>Get real-time information on your website's search engine indexing status 
>>Use the extension to make informed decisions about your website's optimization and content creation strategies 
>>Monitor your website's SEO performance without having to log into Google Search Console 
>>Easy-to-use interface that requires no technical skills or knowledge 
>>Stay ahead of your competition by keeping your website's SEO performance in check                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Crawl date checker for Google Crawl date checker for Google
ID egjonoicjpecjmnegjogdpnagopdkdej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crawl-date-checker-for-go/egjonoicjpecjmnegjogdpnagopdkdej
คำอธิบาย Install the Google bot last crawl date checker extension to access the last crawl date and time of any web page by google.
ขนาดไฟล์ 592 KB
จำนวนการติดตั้ง 1,175
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-09-15
วันที่เผยแพร่ 2023-03-23
คะแนน 5.00/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา gcrawldatechecker
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.3",
    "name": "Crawl date checker for Google",
    "description": "Install the Google bot last crawl date checker extension to access the last crawl date and time of any web page by google.",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": ".\/assets\/logo_2000.png",
        "default_title": "Crawl date checker for Google"
    },
    "icons": {
        "2000": ".\/assets\/logo_2000.png",
        "128": ".\/assets\/logo_128.png",
        "64": ".\/assets\/logo_64.png",
        "32": ".\/assets\/logo_32.png",
        "16": ".\/assets\/logo_16.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}