Rich Results - Structured Data Test Plugin
Extension checks the current URL in browser with Google's Rich Results Test Tool
Τι είναι το Rich Results - Structured Data Test Plugin;
Το Rich Results - Structured Data Test Plugin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.mertazizoglu.com, και η κύρια λειτουργία του είναι "Extension checks the current URL in browser with Google's Rich Results Test Tool".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Rich Results - Structured Data Test Plugin
Λήψη αρχείων επέκτασης Rich Results - Structured Data Test Plugin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
* 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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Rich Results - Structured Data Test Plugin |
ID | gmehpcfpaonknlejnigoloimmpcibhfc |
Επίσημο URL | https://chromewebstore.google.com/detail/rich-results-structured-d/gmehpcfpaonknlejnigoloimmpcibhfc |
Περιγραφή | Extension checks the current URL in browser with Google's Rich Results Test Tool |
Μέγεθος Αρχείου | 22.23 KB |
Αριθμός Εγκαταστάσεων | 2,812 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2021-08-16 |
Ημερομηνία Δημοσίευσης | 2020-07-08 |
Αξιολόγηση | 4.78/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | https://www.mertazizoglu.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://zeo.org/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://zeo.org/contact-us/ |
Υποστηριζόμενες Γλώσσες | 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" ] } |