Rich Results - Structured Data Test Plugin

Extension checks the current URL in browser with Google's Rich Results Test Tool

Wat is Rich Results - Structured Data Test Plugin?

Rich Results - Structured Data Test Plugin is een Chrome-extensie ontwikkeld door https://www.mertazizoglu.com, en de belangrijkste functie is "Extension checks the current URL in browser with Google's Rich Results Test Tool".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Rich Results - Structured Data Test Plugin

Download Rich Results - Structured Data Test Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        * 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!                    

Basisinformatie over de Extensie

Naam Rich Results - Structured Data Test Plugin Rich Results - Structured Data Test Plugin
ID gmehpcfpaonknlejnigoloimmpcibhfc
Officiële URL https://chromewebstore.google.com/detail/rich-results-structured-d/gmehpcfpaonknlejnigoloimmpcibhfc
Beschrijving Extension checks the current URL in browser with Google's Rich Results Test Tool
Bestandsgrootte 22.23 KB
Aantal Installaties 2,812
Huidige Versie 1.2
Laatst Bijgewerkt 2021-08-16
Publicatiedatum 2020-07-08
Beoordeling 4.78/5 Totaal 9 Beoordelingen
Ontwikkelaar https://www.mertazizoglu.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://zeo.org/
Help Pagina-URL https://zeo.org/contact-us/
Ondersteunde Talen 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"
    ]
}