GMailSend Address Checker

GMailSend Address Checker

Before sending e-mail, check From, To, Cc, Bcc, subject, and attached files to prevent erroneous transmission. (C)SEYA.WORK

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "checker.js"
      ],
      "css": [
        "checker.css"
      ],
      "matches": [
        "http://mail.google.com/*",
        "https://mail.google.com/*"
      ]
    }
  ],
  "description": "__MSG_ext_desc__",
  "icons": {
    "128": "icon8-6.png"
  },
  "name": "__MSG_ext_name__",
  "version": "0.28.1",
  "manifest_version": 3,
  "default_locale": "ja",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}