Google Search Console Performance Report link
Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.
Google Search Console Performance Report link क्या है?
Google Search Console Performance Report link Simon Gilhooly @ Discoverable द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Search Console Performance Report link एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Google Search Console hot link by Discoverable takes the webpage in your browser tab and deep links through to the page performance section of Google Search Console. Very simple stuff but highly satisfying. A great productivity tool for the SEO community.
एक्सटेंशन की मूल जानकारी
नाम | Google Search Console Performance Report link |
ID | jdhacokdjcjbodppglifgmfeknahahgk |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-search-console-per/jdhacokdjcjbodppglifgmfeknahahgk |
विवरण | Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page. |
फ़ाइल का आकार | 20.02 KB |
स्थापना संख्या | 551 |
वर्तमान संस्करण | 1.2.8 |
अंतिम अपडेट | 2023-11-04 |
प्रकाशन तिथि | 2019-07-10 |
रेटिंग | 4.60/5 कुल 5 रेटिंग्स |
डेवलपर | Simon Gilhooly @ Discoverable |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.discoverable.co.uk/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Search Console Performance Report link", "description": "Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.", "version": "1.2.8", "background": { "service_worker": "background.js" }, "icons": { "128": "icon.png" }, "permissions": [ "activeTab" ], "action": { "default_title": "GSC: URL Performance Report Deeplink", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 3 } |