Rich Results - Structured Data Test Plugin

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

Co je Rich Results - Structured Data Test Plugin?

Rich Results - Structured Data Test Plugin je rozšíření Chrome vyvinuté https://www.mertazizoglu.com, a jeho hlavní funkcí je „Extension checks the current URL in browser with Google's Rich Results Test Tool“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Rich Results - Structured Data Test Plugin

Stáhněte si soubory rozšíření Rich Results - Structured Data Test Plugin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Rich Results - Structured Data Test Plugin Rich Results - Structured Data Test Plugin
ID gmehpcfpaonknlejnigoloimmpcibhfc
Oficiální URL https://chromewebstore.google.com/detail/rich-results-structured-d/gmehpcfpaonknlejnigoloimmpcibhfc
Popis Extension checks the current URL in browser with Google's Rich Results Test Tool
Velikost souboru 22.23 KB
Počet instalací 2,812
Aktuální Verze 1.2
Poslední Aktualizace 2021-08-16
Datum Vydání 2020-07-08
Hodnocení 4.78/5 Celkem 9 Hodnocení
Vývojář https://www.mertazizoglu.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://zeo.org/
URL Stránky Nápovědy https://zeo.org/contact-us/
Podporované Jazyky 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"
    ]
}