Rich Results - Structured Data Test Plugin
Extension checks the current URL in browser with Google's Rich Results Test Tool
Qu'est-ce que Rich Results - Structured Data Test Plugin ?
Rich Results - Structured Data Test Plugin est une extension Chrome développée par https://www.mertazizoglu.com, et sa fonction principale est "Extension checks the current URL in browser with Google's Rich Results Test Tool".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rich Results - Structured Data Test Plugin
Téléchargez les fichiers d'extension Rich Results - Structured Data Test Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
* 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!
Informations de Base sur l'Extension
Nom | Rich Results - Structured Data Test Plugin |
ID | gmehpcfpaonknlejnigoloimmpcibhfc |
URL Officiel | 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 |
Taille du Fichier | 22.23 KB |
Nombre d'Installations | 2,812 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2021-08-16 |
Date de Publication | 2020-07-08 |
Évaluation | 4.78/5 Total 9 Évaluations |
Développeur | https://www.mertazizoglu.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://zeo.org/ |
URL de la Page d'Aide | https://zeo.org/contact-us/ |
Langues Prises en Charge | 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" ] } |