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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}