Sitemap Pinger
Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.
Was ist Sitemap Pinger?
Sitemap Pinger ist eine Chrome-Erweiterung, die von heyestom entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.".
Erweiterungsscreenshots
Sitemap Pinger-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sitemap Pinger-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Sitemap Pinger |
ID | ikacefikkoghpebjlodipbglchgkofbk |
Offizielle URL | https://chromewebstore.google.com/detail/sitemap-pinger/ikacefikkoghpebjlodipbglchgkofbk |
Beschreibung | Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap. |
Dateigröße | 8.9 MB |
Installationsanzahl | 96 |
Aktuelle Version | 1.3 |
Letztes Update | 2023-01-11 |
Veröffentlichungsdatum | 2023-01-01 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | heyestom |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.they.es |
Hilfeseite URL | https://www.lidia-infante.com/post/sitemap-pinger |
Unterstützte Sprachen | 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" } |