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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" } |