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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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"
    ]
}