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 là gì?
Rich Results - Structured Data Test Plugin là một tiện ích mở rộng Chrome được phát triển bởi https://www.mertazizoglu.com, và tính năng chính của nó là "Extension checks the current URL in browser with Google's Rich Results Test Tool".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Rich Results - Structured Data Test Plugin
Tải xuống các tệp mở rộng Rich Results - Structured Data Test Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
* 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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Rich Results - Structured Data Test Plugin |
ID | gmehpcfpaonknlejnigoloimmpcibhfc |
URL Chính Thức | https://chromewebstore.google.com/detail/rich-results-structured-d/gmehpcfpaonknlejnigoloimmpcibhfc |
Mô tả | Extension checks the current URL in browser with Google's Rich Results Test Tool |
Kích Thước Tệp | 22.23 KB |
Số Lần Cài Đặt | 2,812 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2021-08-16 |
Ngày Phát Hành | 2020-07-08 |
Đánh Giá | 4.78/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://www.mertazizoglu.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://zeo.org/ |
URL Trang Trợ Giúp | https://zeo.org/contact-us/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |