Secured send button

Secured send button

No more embarrassing & costly mistakes of sending emails to the wrong person.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Secured send button",
  "description": "No more embarrassing & costly mistakes of sending emails to the wrong person.",
  "version": "20.6.7.923",
  "manifest_version": 2,
  "permissions": [],
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://outlook.live.com/mail/*"
      ],
      "js": [
        "jquery-3.4.1.min.js",
        "sf-checker.js"
      ],
      "css": [
        "sf-checker.css"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}