GMailSend Address Checker

GMailSend Address Checker

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

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": 2,
  "default_locale": "ja",
  "browser_specific_settings": {
    "gecko": {
      "id": "{3e5df3f1-f239-4b14-851d-3ac2ae003dcf}"
    }
  }
}