Sitemap Pinger

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

Sitemap Pingerとは何ですか?

Sitemap Pingerはheyestomによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.」です。

拡張機能のスクリーンショット

screenshot

Sitemap Pinger拡張機能のCRXファイルをダウンロード

Sitemap Pinger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Sitemap Pinger Sitemap Pinger
ID ikacefikkoghpebjlodipbglchgkofbk
公式URL https://chromewebstore.google.com/detail/sitemap-pinger/ikacefikkoghpebjlodipbglchgkofbk
説明 Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.
ファイルサイズ 8.9 MB
インストール数 96
現在のバージョン 1.3
最終更新日 2023-01-11
公開日 2023-01-01
評価 5.00/5 合計 1 レビュー
開発者 heyestom
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.they.es
ヘルプページのURL https://www.lidia-infante.com/post/sitemap-pinger
対応言語 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"
}