Sitemap Pinger

Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.

Sitemap Pinger là gì?

Sitemap Pinger là một tiện ích mở rộng Chrome được phát triển bởi heyestom, và tính năng chính của nó là "Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sitemap Pinger

Tải xuống các tệp mở rộng Sitemap Pinger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Make pinging your sitemaps to google one click away!  Or press CMD+U or Control+U and remove clicking entirely! :-) 

If you're viewing a .xml file Sitemap Pinger assumes that file is the sitemap otherwise it assumes your sitemap can be found at: your-domain/sitemap.xml                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sitemap Pinger Sitemap Pinger
ID ikacefikkoghpebjlodipbglchgkofbk
URL Chính Thức https://chromewebstore.google.com/detail/sitemap-pinger/ikacefikkoghpebjlodipbglchgkofbk
Mô tả Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.
Kích Thước Tệp 8.9 MB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-01-11
Ngày Phát Hành 2023-01-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển heyestom
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.they.es
URL Trang Trợ Giúp https://www.lidia-infante.com/post/sitemap-pinger
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": ".\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+U",
                "mac": "Command+U"
            }
        }
    },
    "description": "Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.",
    "manifest_version": 3,
    "name": "Sitemap Pinger",
    "permissions": [
        "activeTab"
    ],
    "version": "1.3"
}