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은(는) https://www.mertazizoglu.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension checks the current URL in browser with Google's Rich Results Test Tool"입니다.
확장 프로그램 스크린샷
Rich Results - Structured Data Test Plugin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
* 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" ] } |