Examine source code of サイボウズアラート(無料版)

Inspect and view changes in サイボウズアラート(無料版) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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"
  ]
}