카테노이드 그룹웨어 도우미

카테노이드 그룹웨어 도우미

카테노이드 그룹웨어 사용 편의성 향상

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "카테노이드 그룹웨어 도우미",
  "description": "카테노이드 그룹웨어 사용 편의성 향상",
  "version": "1.3.1",
  "icons": {
    "128": "128.png"
  },
  "host_permissions": [
    "https://gw.catenoid.net/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/logo.png",
        "images/vacation.png",
        "images/team-vacation.png",
        "images/search-user.png"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://gw.catenoid.net/gw/userMain.do"
      ],
      "js": [
        "third-party/jquery-3.6.3.min.js",
        "js/userMain.min.js"
      ],
      "css": [
        "css/userMain.min.css"
      ]
    },
    {
      "matches": [
        "https://gw.catenoid.net/gw/bizbox.do"
      ],
      "js": [
        "third-party/jquery-3.6.3.slim.min.js",
        "js/bizbox.min.js"
      ]
    },
    {
      "matches": [
        "https://gw.catenoid.net/attend/Views/Common/pop/eaPop.do?processId=ATTProc18&form_id=18&form_tp=ATTProc18&doc_width=*"
      ],
      "js": [
        "third-party/jquery-3.6.3.slim.min.js",
        "js/holiday.min.js"
      ]
    }
  ]
}