KING OF TIME 押し忘れ extension

KING OF TIME の My Recorder の押し忘れに気づく Chrome extension です

O que é KING OF TIME 押し忘れ extension?

KING OF TIME 押し忘れ extension é uma extensão do Chrome desenvolvida por https://vss.jp.net, e sua principal característica é "KING OF TIME の My Recorder の押し忘れに気づく Chrome extension です".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão KING OF TIME 押し忘れ extension

Baixe arquivos de extensão KING OF TIME 押し忘れ extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        KING OF TIME の My Recorder で出勤ボタンを押したか不安になることはありませんか?

そんな時はこの extension のインストールをお勧めします。
出勤ボタンを押したことをアイコン表示します。
これで、貴方の「出勤ボタン押したっけ?」の不安から解放します!

## お勧めする使い方

- KING OF TIME の My Recorder を使用している
- 個人のパソコンで出退勤を管理している
- その日の内に出勤 / 退勤する                    

Informações Básicas da Extensão

Nome KING OF TIME 押し忘れ extension KING OF TIME 押し忘れ extension
ID poniibjidlejblpigfeioadciapppopm
URL Oficial https://chromewebstore.google.com/detail/king-of-time-%E6%8A%BC%E3%81%97%E5%BF%98%E3%82%8C-extensi/poniibjidlejblpigfeioadciapppopm
Descrição KING OF TIME の My Recorder の押し忘れに気づく Chrome extension です
Tamanho do Arquivo 44.09 KB
Contagem de Instalações 75
Versão Atual 0.0.1
Última Atualização 2019-02-11
Data de Publicação 2019-02-10
Desenvolvedor https://vss.jp.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/nemuzuka/kot-chrome-extension
Idiomas Suportados ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KING OF TIME \u62bc\u3057\u5fd8\u308c extension",
    "version": "0.0.1",
    "description": "KING OF TIME \u306e My Recorder \u306e\u62bc\u3057\u5fd8\u308c\u306b\u6c17\u3065\u304f Chrome extension \u3067\u3059",
    "author": "nemuzuka",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "alarms"
    ],
    "browser_action": {
        "default_icon": "icons\/default-icon38.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/s2.kingtime.jp\/independent\/recorder\/personal\/"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}