Sitemap Pinger

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

Wat is Sitemap Pinger?

Sitemap Pinger is een Chrome-extensie ontwikkeld door heyestom, en de belangrijkste functie is "Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sitemap Pinger

Download Sitemap Pinger-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Sitemap Pinger Sitemap Pinger
ID ikacefikkoghpebjlodipbglchgkofbk
Officiële URL https://chromewebstore.google.com/detail/sitemap-pinger/ikacefikkoghpebjlodipbglchgkofbk
Beschrijving Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.
Bestandsgrootte 8.9 MB
Aantal Installaties 96
Huidige Versie 1.3
Laatst Bijgewerkt 2023-01-11
Publicatiedatum 2023-01-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar heyestom
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.they.es
Help Pagina-URL https://www.lidia-infante.com/post/sitemap-pinger
Ondersteunde Talen 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"
}