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.”。
擴展截圖
下載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 |
ID | ikacefikkoghpebjlodipbglchgkofbk |
官方網址 | 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 |
電子郵箱 | [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" } |