Sitemap Pinger

Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.

¿Qué es Sitemap Pinger?

Sitemap Pinger es una extensión de Chrome desarrollada por heyestom, y su función principal es "Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Sitemap Pinger

Descarga archivos de extensión Sitemap Pinger en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Sitemap Pinger Sitemap Pinger
ID ikacefikkoghpebjlodipbglchgkofbk
URL Oficial https://chromewebstore.google.com/detail/sitemap-pinger/ikacefikkoghpebjlodipbglchgkofbk
Descripción Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.
Tamaño del Archivo 8.9 MB
Cantidad de Instalaciones 96
Versión Actual 1.3
Última Actualización 2023-01-11
Fecha de Publicación 2023-01-01
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador heyestom
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.they.es
URL de la Página de Ayuda https://www.lidia-infante.com/post/sitemap-pinger
Idiomas Soportados 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"
}