勤之助タイムレコーダー

勤之助タイムレコーダー

万屋一家シリーズ web版勤怠管理システム「勤之助 ver.2」のタイムレコーダーを押すためのChrome拡張です。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "勤之助タイムレコーダー",
  "version": "3.3.2",
  "description": "万屋一家シリーズ web版勤怠管理システム「勤之助 ver.2」のタイムレコーダーを押すためのChrome拡張です。",
  "author": "irok",
  "homepage_url": "https://chrome.google.com/webstore/detail/%E5%8B%A4%E4%B9%8B%E5%8A%A9%E3%82%BF%E3%82%A4%E3%83%A0%E3%83%AC%E3%82%B3%E3%83%BC%E3%83%80%E3%83%BC/onohbjcjcdlmfheogadpfopadlmpicmk",
  "icons": {
    "16": "/images/icon19.png",
    "48": "/images/icon48.png",
    "128": "/images/icon128.png"
  },
  "background": {
    "scripts": [
      "/vendor/jquery.js",
      "/vendor/crypto-js.js",
      "/vendor/moment.js",
      "/js/ktr.js",
      "/js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "/images/icon19.png",
    "default_title": "勤之助",
    "default_popup": "/html/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.4628.jp/*",
        "https://www.e4628.jp/*"
      ],
      "js": [
        "/js/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_page": "/html/options.html",
  "permissions": [
    "https://www.4628.jp/*",
    "https://www.e4628.jp/*",
    "notifications",
    "alarms"
  ]
}