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 |
官方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 |
电子邮箱 | [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" } |