Sitemap Pinger
Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.
What is Sitemap Pinger?
Sitemap Pinger is a Chrome extension developed by heyestom, and its main feature is "Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.".
Extension Screenshots
Download Sitemap Pinger Extension CRX File
Download Sitemap Pinger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Sitemap Pinger |
ID | ikacefikkoghpebjlodipbglchgkofbk |
Official URL | https://chromewebstore.google.com/detail/sitemap-pinger/ikacefikkoghpebjlodipbglchgkofbk |
Description | Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap. |
File Size | 8.9 MB |
Installation Count | 96 |
Current Version | 1.3 |
Last Updated | 2023-01-11 |
Publish Date | 2023-01-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | heyestom |
[email protected] | |
Payment Type | free |
Extension Website | https://www.they.es |
Help Page URL | https://www.lidia-infante.com/post/sitemap-pinger |
Supported Languages | 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" } |