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" } |