Sitemap Pinger
Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.
Co to jest Sitemap Pinger?
Sitemap Pinger to rozszerzenie Chrome opracowane przez heyestom, a jego główną funkcją jest „Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sitemap Pinger
Pobierz pliki rozszerzeń Sitemap Pinger w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Sitemap Pinger |
ID | ikacefikkoghpebjlodipbglchgkofbk |
Oficjalny URL | https://chromewebstore.google.com/detail/sitemap-pinger/ikacefikkoghpebjlodipbglchgkofbk |
Opis | Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap. |
Rozmiar pliku | 8.9 MB |
Liczba instalacji | 96 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2023-01-11 |
Data Publikacji | 2023-01-01 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | heyestom |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.they.es |
Adres URL Strony Pomocy | https://www.lidia-infante.com/post/sitemap-pinger |
Obsługiwane Języki | 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" } |