サイボウズアラート(無料版)

サイボウズアラート(無料版)

サイボウズのスケジュールのアラート

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "moment.min.js",
      "background.min.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "moment.min.js",
        "content.min.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "サイボウズのスケジュールのアラート",
  "icons": {
    "16": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "manifest_version": 2,
  "name": "サイボウズアラート(無料版)",
  "options_page": "option.html",
  "version": "1.2.3",
  "permissions": [
    "notifications",
    "alarms"
  ]
}