Rich Results - Structured Data Test Plugin
Extension checks the current URL in browser with Google's Rich Results Test Tool
Что такое Rich Results - Structured Data Test Plugin?
Rich Results - Structured Data Test Plugin - это расширение Chrome, разработанное https://www.mertazizoglu.com, и его основная функция - "Extension checks the current URL in browser with Google's Rich Results Test Tool".
Снимки экрана расширения
Скачать файл CRX расширения Rich Results - Structured Data Test Plugin
Скачайте файлы расширений Rich Results - Structured Data Test Plugin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
* The extension checks the current landing page in browser with Google's Rich Results Test Tool. Google announced the Rich Results Test fully supports all Google Search rich result features. In addition, Google is preparing to deprecate the Structured Data Testing Tool. - Google announcement: https://webmasters.googleblog.com/2020/07/rich-results-test-out-of-beta.html * Usage: - Install and activate the extension and it is ready for check. Just visit any landing page that you want to test and click on the RR plugin icon on the top right extension bar of your Chrome browser. That is all!
Основная информация о расширении
Название | Rich Results - Structured Data Test Plugin |
ID | gmehpcfpaonknlejnigoloimmpcibhfc |
Официальный URL | https://chromewebstore.google.com/detail/rich-results-structured-d/gmehpcfpaonknlejnigoloimmpcibhfc |
Описание | Extension checks the current URL in browser with Google's Rich Results Test Tool |
Размер файла | 22.23 KB |
Количество установок | 2,812 |
Текущая Версия | 1.2 |
Последнее Обновление | 2021-08-16 |
Дата публикации | 2020-07-08 |
Рейтинг | 4.78/5 Всего 9 оценок |
Разработчик | https://www.mertazizoglu.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://zeo.org/ |
URL страницы помощи | https://zeo.org/contact-us/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rich Results - Structured Data Test Plugin", "version": "1.2", "manifest_version": 2, "description": "Extension checks the current URL in browser with Google's Rich Results Test Tool", "browser_action": { "default_icon": "icon.png", "defaul_site": "https:\/\/zeo.org" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ] } |