Sitemap Pinger

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

Cos'è Sitemap Pinger?

Sitemap Pinger è un'estensione di Chrome sviluppata da heyestom, e la sua funzione principale è "Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sitemap Pinger

Scarica i file di estensione Sitemap Pinger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Sitemap Pinger Sitemap Pinger
ID ikacefikkoghpebjlodipbglchgkofbk
URL Ufficiale https://chromewebstore.google.com/detail/sitemap-pinger/ikacefikkoghpebjlodipbglchgkofbk
Descrizione Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.
Dimensione del File 8.9 MB
Conteggio Installazioni 96
Versione Corrente 1.3
Ultimo Aggiornamento 2023-01-11
Data di Pubblicazione 2023-01-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore heyestom
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.they.es
URL della Pagina di Aiuto https://www.lidia-infante.com/post/sitemap-pinger
Lingue Supportate 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"
}