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.
What is Google Search Console Performance Report link?
Google Search Console Performance Report link is a Chrome extension developed by Simon Gilhooly @ Discoverable, and its main feature is "Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.".
Extension Screenshots
Download Google Search Console Performance Report link Extension CRX File
Download Google Search Console Performance Report link extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Google Search Console Performance Report link |
ID | jdhacokdjcjbodppglifgmfeknahahgk |
Official URL | https://chromewebstore.google.com/detail/google-search-console-per/jdhacokdjcjbodppglifgmfeknahahgk |
Description | Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page. |
File Size | 20.02 KB |
Installation Count | 551 |
Current Version | 1.2.8 |
Last Updated | 2023-11-04 |
Publish Date | 2019-07-10 |
Rating | 4.60/5 Total 5 Ratings |
Developer | Simon Gilhooly @ Discoverable |
[email protected] | |
Payment Type | free |
Extension Website | https://www.discoverable.co.uk/ |
Supported Languages | 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 } |