Sitemap Pinger

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

Qu'est-ce que Sitemap Pinger ?

Sitemap Pinger est une extension Chrome développée par heyestom, et sa fonction principale est "Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sitemap Pinger

Téléchargez les fichiers d'extension Sitemap Pinger au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Sitemap Pinger Sitemap Pinger
ID ikacefikkoghpebjlodipbglchgkofbk
URL Officiel https://chromewebstore.google.com/detail/sitemap-pinger/ikacefikkoghpebjlodipbglchgkofbk
Description Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.
Taille du Fichier 8.9 MB
Nombre d'Installations 96
Version Actuelle 1.3
Dernière Mise à Jour 2023-01-11
Date de Publication 2023-01-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur heyestom
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.they.es
URL de la Page d'Aide https://www.lidia-infante.com/post/sitemap-pinger
Langues Prises en Charge 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"
}