ジョブカン勤怠ヘルパー

ジョブカン勤怠ヘルパー

Add several utilities on Jobcan attendance board

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Add several utilities on Jobcan attendance board",
  "manifest_version": 3,
  "name": "ジョブカン勤怠ヘルパー",
  "version": "1.4.1",
  "homepage_url": "https://github.com/exoego/jobkan-helper",
  "content_scripts": [
    {
      "matches": [
        "https://ssl.jobcan.jp/employee/holiday/new*"
      ],
      "js": [
        "src/holidays.js"
      ]
    },
    {
      "matches": [
        "https://ssl.jobcan.jp/employee/attendance*"
      ],
      "exclude_matches": [
        "https://ssl.jobcan.jp/employee/attendance/edit*"
      ],
      "js": [
        "src/attendance.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{cd3599b8-5547-453f-8587-d4e20756074a}"
    }
  },
  "permissions": []
}