Sitemap Pinger

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

Vad är Sitemap Pinger?

Sitemap Pinger är en Chrome-tillägg utvecklad av heyestom, och dess huvudfunktion är "Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.".

Tilläggsskärmbilder

screenshot

Ladda ner Sitemap Pinger-förlängningens CRX-fil

Ladda ner Sitemap Pinger-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Sitemap Pinger Sitemap Pinger
ID ikacefikkoghpebjlodipbglchgkofbk
Officiell webbadress https://chromewebstore.google.com/detail/sitemap-pinger/ikacefikkoghpebjlodipbglchgkofbk
Beskrivning Chrome extension that automatically pings your sitemap to Google, requesting for them to crawl your XML sitemap.
Filstorlek 8.9 MB
Antal Installationer 96
Aktuell Version 1.3
Senast Uppdaterad 2023-01-11
Publiceringsdatum 2023-01-01
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare heyestom
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.they.es
Hjälpsida URL https://www.lidia-infante.com/post/sitemap-pinger
Stödda Språk 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"
}