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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension checks the current URL in browser with Google's Rich Results Test Tool"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rich Results - Structured Data Test Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |