Rich Results - Structured Data Test Plugin

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

What is Rich Results - Structured Data Test Plugin?

Rich Results - Structured Data Test Plugin is a Chrome extension developed by https://www.mertazizoglu.com, and its main feature is "Extension checks the current URL in browser with Google's Rich Results Test Tool".

Extension Screenshots

screenshot
screenshot

Download Rich Results - Structured Data Test Plugin Extension CRX File

Download Rich Results - Structured Data Test Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Rich Results - Structured Data Test Plugin Rich Results - Structured Data Test Plugin
ID gmehpcfpaonknlejnigoloimmpcibhfc
Official URL https://chromewebstore.google.com/detail/rich-results-structured-d/gmehpcfpaonknlejnigoloimmpcibhfc
Description Extension checks the current URL in browser with Google's Rich Results Test Tool
File Size 22.23 KB
Installation Count 2,812
Current Version 1.2
Last Updated 2021-08-16
Publish Date 2020-07-08
Rating 4.78/5 Total 9 Ratings
Developer https://www.mertazizoglu.com
Email [email protected]
Payment Type free
Extension Website https://zeo.org/
Help Page URL https://zeo.org/contact-us/
Supported Languages 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"
    ]
}