Rich Results - Structured Data Test Plugin
Extension checks the current URL in browser with Google's Rich Results Test Tool
Co to jest Rich Results - Structured Data Test Plugin?
Rich Results - Structured Data Test Plugin to rozszerzenie Chrome opracowane przez https://www.mertazizoglu.com, a jego główną funkcją jest „Extension checks the current URL in browser with Google's Rich Results Test Tool”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Rich Results - Structured Data Test Plugin
Pobierz pliki rozszerzeń Rich Results - Structured Data Test Plugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
* 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!
Podstawowe informacje o rozszerzeniu
Nazwa | Rich Results - Structured Data Test Plugin |
ID | gmehpcfpaonknlejnigoloimmpcibhfc |
Oficjalny URL | https://chromewebstore.google.com/detail/rich-results-structured-d/gmehpcfpaonknlejnigoloimmpcibhfc |
Opis | Extension checks the current URL in browser with Google's Rich Results Test Tool |
Rozmiar pliku | 22.23 KB |
Liczba instalacji | 2,812 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2021-08-16 |
Data Publikacji | 2020-07-08 |
Ocena | 4.78/5 Łącznie 9 Oceny |
Deweloper | https://www.mertazizoglu.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://zeo.org/ |
Adres URL Strony Pomocy | https://zeo.org/contact-us/ |
Obsługiwane Języki | 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" ] } |