Sitemap Pinger

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

Co je Sitemap Pinger?

Sitemap Pinger je rozšíření Chrome vyvinuté heyestom, a jeho hlavní funkcí je „Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Sitemap Pinger

Stáhněte si soubory rozšíření Sitemap Pinger ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Sitemap Pinger Sitemap Pinger
ID ikacefikkoghpebjlodipbglchgkofbk
Oficiální URL https://chromewebstore.google.com/detail/sitemap-pinger/ikacefikkoghpebjlodipbglchgkofbk
Popis Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.
Velikost souboru 8.9 MB
Počet instalací 96
Aktuální Verze 1.3
Poslední Aktualizace 2023-01-11
Datum Vydání 2023-01-01
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář heyestom
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.they.es
URL Stránky Nápovědy https://www.lidia-infante.com/post/sitemap-pinger
Podporované Jazyky 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"
}