皆残

MINAGINE残業申請ショートカット

What is 皆残?

皆残 is a Chrome extension developed by Takahiro Maeda, and its main feature is "MINAGINE残業申請ショートカット".

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

                        退勤直前に残業申請することを想定し、
下記の項目を自動で入力します。

・種別
・勤務日
・勤務時間帯

申請理由は保存され、次回から自動的に入力されます。

--
2018/08/01
MINAGINEのアップデートに対応しました。

2018/03/25
タイムカードに残業申請へのショートカットを追加しました。                    

Extension Basic Information

Name 皆残 皆残
ID dbfijdeoamkhadimchkpakjopmalaghj
Official URL https://chromewebstore.google.com/detail/%E7%9A%86%E6%AE%8B/dbfijdeoamkhadimchkpakjopmalaghj
Description MINAGINE残業申請ショートカット
File Size 6.98 KB
Installation Count 27
Current Version 0.6
Last Updated 2018-08-01
Publish Date 2018-08-01
Developer Takahiro Maeda
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u7686\u6b8b",
    "version": "0.6",
    "manifest_version": 2,
    "description": "MINAGINE\u6b8b\u696d\u7533\u8acb\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8",
    "icons": {
        "32": "icon32.png"
    },
    "browser_action": {
        "default_title": "\u6b8b\u696d\u7533\u8acb",
        "dafault_icon": {
            "32": "icon32.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tm.minagine.net\/work\/outtimewrkapplymngmnt*",
                "https:\/\/tm.minagine.net\/work\/wrktimemngmntshtself\/sht*"
            ],
            "js": [
                "content_scripts.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ]
}