Core SERP Vitals
Show the Core Web Vitals data from the Chrome User Experience Report in the Google Search Results.
Core SERP Vitals क्या है?
Core SERP Vitals https://defaced.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show the Core Web Vitals data from the Chrome User Experience Report in the Google Search Results."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Core SERP Vitals एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Show real world Core Web Vital data from the Chrome User Experience Report in the Google Search Results. Displays LCP, FID, CLS (and the experimental INP and TTFB) metrics underneath the page links in the Google SERP where data is available in the CrUX report. * Note: Requires a free API key for the Chrome UX Report API. * https://developers.google.com/web/tools/chrome-user-experience-report/api/guides/getting-started Updates: Version 1.3.0 - Now displays the experimental INP and TTFB metrics.
एक्सटेंशन की मूल जानकारी
नाम | Core SERP Vitals |
ID | oipmhlkineglclpndlecjmbleapbcilf |
आधिकारिक URL | https://chromewebstore.google.com/detail/core-serp-vitals/oipmhlkineglclpndlecjmbleapbcilf |
विवरण | Show the Core Web Vitals data from the Chrome User Experience Report in the Google Search Results. |
फ़ाइल का आकार | 20.91 KB |
स्थापना संख्या | 5,345 |
वर्तमान संस्करण | 1.3.4 |
अंतिम अपडेट | 2022-05-24 |
प्रकाशन तिथि | 2020-11-11 |
रेटिंग | 3.31/5 कुल 13 रेटिंग्स |
डेवलपर | https://defaced.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://defaced.dev/tools/core-serp-vitals/ |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Core SERP Vitals", "icons": { "128": "icon128.png" }, "version": "1.3.4", "description": "Show the Core Web Vitals data from the Chrome User Experience Report in the Google Search Results.", "background": { "service_worker": "background.js" }, "options_page": "options.html", "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/www.google.com\/", "https:\/\/www.google.co.uk\/", "https:\/\/www.google.de\/", "https:\/\/www.google.nl\/", "https:\/\/www.google.fr\/", "https:\/\/www.google.dk\/", "https:\/\/www.google.co.jp\/", "https:\/\/www.google.es\/", "https:\/\/www.google.ca\/", "https:\/\/www.google.it\/", "https:\/\/www.google.com.au\/", "https:\/\/www.google.com.tw\/", "https:\/\/www.google.com.br\/", "https:\/\/www.google.com.tr\/", "https:\/\/www.google.be\/", "https:\/\/www.google.com.gr\/", "https:\/\/www.google.co.in\/", "https:\/\/www.google.com.mx\/", "https:\/\/www.google.com.ar\/", "https:\/\/www.google.ch\/", "https:\/\/www.google.cl\/", "https:\/\/www.google.at\/", "https:\/\/www.google.ie\/", "https:\/\/www.google.com.co\/", "https:\/\/www.google.pl\/", "https:\/\/www.google.pt\/", "https:\/\/www.google.com.pk\/", "https:\/\/www.google.co.kr\/" ] } |