Sitemap Pinger
Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.
O que é Sitemap Pinger?
Sitemap Pinger é uma extensão do Chrome desenvolvida por heyestom, e sua principal característica é "Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sitemap Pinger
Baixe arquivos de extensão Sitemap Pinger no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Sitemap Pinger |
ID | ikacefikkoghpebjlodipbglchgkofbk |
URL Oficial | https://chromewebstore.google.com/detail/sitemap-pinger/ikacefikkoghpebjlodipbglchgkofbk |
Descrição | Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap. |
Tamanho do Arquivo | 8.9 MB |
Contagem de Instalações | 96 |
Versão Atual | 1.3 |
Última Atualização | 2023-01-11 |
Data de Publicação | 2023-01-01 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | heyestom |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.they.es |
URL da Página de Ajuda | https://www.lidia-infante.com/post/sitemap-pinger |
Idiomas Suportados | 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" } |