MyレコーダーChromeアシスタント

勤怠管理システム「Myレコーダー | KING OF TIME」を快適に使えるようにするための拡張機能です。

What is MyレコーダーChromeアシスタント?

MyレコーダーChromeアシスタント is a Chrome extension developed by shoito, and its main feature is "勤怠管理システム「Myレコーダー | KING OF TIME」を快適に使えるようにするための拡張機能です。".

Extension Screenshots

screenshot
screenshot

Download MyレコーダーChromeアシスタント Extension CRX File

Download MyレコーダーChromeアシスタント 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

                        勤怠管理システム「Myレコーダー | KING OF TIME(KOT)」のページに直接アクセスする手間なく「出勤」「退勤」の手続きが行えます。
また既に「出勤」をしている場合は「出勤」ボタンを薄く、「退勤」している場合は「出勤」ボタンを薄くして、誤操作の抑止をします。

さらに、以下のことができます。
・出勤・退勤時に、Slackに「出社しました」「退社します」のようなメッセージを自動で送る
・出勤・退勤時に、Slackのステータスを「:office: 仕事中」「:house: プライベートタイム」のように設定する

※ サブディスプレイ側にChromeブラウザを配置した状態でポップアップを表示した際に、Myレコーダーの各種ボタンが反応しない場合があります。その場合はメインディスプレイ側でお試しください。

Slack連携の設定方法についてはこちらの解説ページをご覧ください。
https://github.com/shoito/kot-chrome-assistant/wiki/Slack%E9%80%A3%E6%90%BA%E3%81%AE%E8%A8%AD%E5%AE%9A

v0.5.0 まで s2.kingtime.jp のみサポートしてましたが、v0.6.0 から s3.kingtime.jp の KING OF TIME 環境にも対応しました。
v0.8.0 から s2.ta.kingoftime.jp と s3.ta.kingoftime.jp の SAML 認証の KING OF TIME 環境にも対応しました。
オプションから切り替え可能になっています。                    

Extension Basic Information

Name MyレコーダーChromeアシスタント MyレコーダーChromeアシスタント
ID pifbdpooppfkllaiobkaoeocbfmpabaj
Official URL https://chromewebstore.google.com/detail/my%E3%83%AC%E3%82%B3%E3%83%BC%E3%83%80%E3%83%BCchrome%E3%82%A2%E3%82%B7%E3%82%B9%E3%82%BF%E3%83%B3%E3%83%88/pifbdpooppfkllaiobkaoeocbfmpabaj
Description 勤怠管理システム「Myレコーダー | KING OF TIME」を快適に使えるようにするための拡張機能です。
File Size 64.15 KB
Installation Count 3,364
Current Version 0.9.0
Last Updated 2023-12-01
Publish Date 2019-08-23
Rating 5.00/5 Total 3 Ratings
Developer shoito
Email [email protected]
Payment Type free
Help Page URL https://github.com/shoito/kot-chrome-assistant/wiki
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My\u30ec\u30b3\u30fc\u30c0\u30fcChrome\u30a2\u30b7\u30b9\u30bf\u30f3\u30c8",
    "short_name": "My\u30ec\u30b3\u30fc\u30c0\u30fc\u30a2\u30b7\u30b9\u30c8",
    "version": "0.9.0",
    "manifest_version": 3,
    "description": "\u52e4\u6020\u7ba1\u7406\u30b7\u30b9\u30c6\u30e0\u300cMy\u30ec\u30b3\u30fc\u30c0\u30fc | KING OF TIME\u300d\u3092\u5feb\u9069\u306b\u4f7f\u3048\u308b\u3088\u3046\u306b\u3059\u308b\u305f\u3081\u306e\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "My\u30ec\u30b3\u30fc\u30c0\u30fc\u30a2\u30b7\u30b9\u30bf\u30f3\u30c8",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/s2.kingtime.jp\/independent\/recorder\/personal\/*",
        "https:\/\/s3.kingtime.jp\/independent\/recorder\/personal\/*",
        "https:\/\/slack.com\/api\/*",
        "https:\/\/hooks.slack.com\/services\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/s2.kingtime.jp\/independent\/recorder\/personal\/*",
                "https:\/\/s3.kingtime.jp\/independent\/recorder\/personal\/*",
                "https:\/\/s2.ta.kingoftime.jp\/independent\/recorder2\/personal\/*",
                "https:\/\/s3.ta.kingoftime.jp\/independent\/recorder2\/personal\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "src\/background\/background.js"
    }
}