Sitemap Pinger

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

Τι είναι το Sitemap Pinger;

Το Sitemap Pinger είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον heyestom, και η κύρια λειτουργία του είναι "Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Sitemap Pinger

Λήψη αρχείων επέκτασης Sitemap Pinger σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Sitemap Pinger Sitemap Pinger
ID ikacefikkoghpebjlodipbglchgkofbk
Επίσημο URL https://chromewebstore.google.com/detail/sitemap-pinger/ikacefikkoghpebjlodipbglchgkofbk
Περιγραφή Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.
Μέγεθος Αρχείου 8.9 MB
Αριθμός Εγκαταστάσεων 96
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2023-01-11
Ημερομηνία Δημοσίευσης 2023-01-01
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής heyestom
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.they.es
Διεύθυνση URL της Σελίδας Βοήθειας https://www.lidia-infante.com/post/sitemap-pinger
Υποστηριζόμενες Γλώσσες 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"
}