ジョブカン勤怠ヘルパー
Add several utilities on Jobcan attendance board
What is ジョブカン勤怠ヘルパー?
ジョブカン勤怠ヘルパー is a Chrome extension developed by ytzn, and its main feature is "Add several utilities on Jobcan attendance board".
Extension Screenshots
Download ジョブカン勤怠ヘルパー Extension CRX File
Download ジョブカン勤怠ヘルパー extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ジョブカン勤怠管理をちょっと便利する非公式ツールです。 ・出勤簿で勤怠の過不足を自動計算して表示。月初から現在までの残業や休暇取得を考慮しています。 ・休暇申請ページで、残りの休暇日数を表示。
Extension Basic Information
Name | ジョブカン勤怠ヘルパー |
ID | kkcgojenedjkbechhjdkbklolhchfbjn |
Official URL | https://chromewebstore.google.com/detail/%E3%82%B8%E3%83%A7%E3%83%96%E3%82%AB%E3%83%B3%E5%8B%A4%E6%80%A0%E3%83%98%E3%83%AB%E3%83%91%E3%83%BC/kkcgojenedjkbechhjdkbklolhchfbjn |
Description | Add several utilities on Jobcan attendance board |
File Size | 215 KB |
Installation Count | 142 |
Current Version | 1.4.1 |
Last Updated | 2023-06-21 |
Publish Date | 2021-01-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ytzn |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/exoego/jobkan-helper |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Add several utilities on Jobcan attendance board", "manifest_version": 3, "name": "\u30b8\u30e7\u30d6\u30ab\u30f3\u52e4\u6020\u30d8\u30eb\u30d1\u30fc", "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": { "128": "icons\/icon-128.png", "96": "icons\/icon-96.png", "48": "icons\/icon-48.png" }, "browser_specific_settings": { "gecko": { "id": "{cd3599b8-5547-453f-8587-d4e20756074a}" } }, "permissions": [] } |