SEO's magic opener

SEO's magic opener

With less than three clicks, you can see the Search Console performance report for the page you're on.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SEO's magic opener",
  "description": "With less than three clicks, you can see the Search Console performance report for the page you're on.",
  "version": "1.2.0",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs"
  ]
}