Google Search Console Performance Report link

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.

Merlin
Additional files are visible only to premium users

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
}