Email Grabber

Email Grabber

Grabs email from any web page and makes you open it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Email Grabber",
  "version": "0.0.2",
  "description": "Grabs email from any web page and makes you open it.",
  "manifest_version": 3,
  "author": "Zachary Van De Staey",
  "action": {
    "default_popup": "popup.html",
    "default_title": ""
  },
  "permissions": [
    "activeTab",
    "scripting"
  ]
}