Bunken Checker for Gmail

Bunken Checker for Gmail

Check Gmail subject and body in one click with Bunken. Pop-up confirmation of recipients and checklists before sending Gmail.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "css": [
        "jquery-ui.structure-1.12.1.min.css",
        "jquery-ui.theme-1.12.1.min.css",
        "bunken.css"
      ],
      "js": [
        "jquery-3.3.1.min.js",
        "jquery-ui-1.12.1.min.js",
        "Utils.js",
        "content_script.js"
      ],
      "matches": [
        "https://mail.google.com/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://bun-ken.net/*",
      "https://staging.bun-ken.net/*"
    ]
  },
  "web_accessible_resources": [
    "images/*"
  ],
  "browser_action": {
    "default_icon": {
      "128": "128.png"
    },
    "default_popup": "popup.html"
  },
  "default_locale": "ja",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "name": "__MSG_extName__",
  "permissions": [
    "tabs",
    "background",
    "https://mail.google.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmUy4k2JaJwvI1x5Xn42TmrIyZ6nFRP6iHyYlJQr2BunmLMGY0y/mffpr/Yy6P7umC+ux6WMtGbOqMQGXCVAVnN013RoC76REt3/ul3/FjR8Bxc9Urjluz57Mk2k65LLlbqrCuUpcJcczD2XydJZmvzARNuAfCnNnkNyKL25kvS6B0YeEmEjwB/gN1X7JsTWAkzkli0sNCGly4qkXr0d0g9CXAN9St+cN/w80CKAMkeE2duVPXM122hY/6prIE7akccEnumIX+RBWwVWsjSpLfY3yeM34xq1cw2ci5QsEGPWx99OH1ZF31Ao3jjsXRGlIOTnFDYqQsX7aNICWy/a/+QIDAQAB",
  "version": "1.0.7"
}