KING OF TIME 押し忘れ extension

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

Cos'è KING OF TIME 押し忘れ extension?

KING OF TIME 押し忘れ extension è un'estensione di Chrome sviluppata da https://vss.jp.net, e la sua funzione principale è "KING OF TIME の My Recorder の押し忘れに気づく Chrome extension です".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione KING OF TIME 押し忘れ extension

Scarica i file di estensione KING OF TIME 押し忘れ extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

## お勧めする使い方

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

Informazioni di Base sull'Estensione

Nome KING OF TIME 押し忘れ extension KING OF TIME 押し忘れ extension
ID poniibjidlejblpigfeioadciapppopm
URL Ufficiale https://chromewebstore.google.com/detail/king-of-time-%E6%8A%BC%E3%81%97%E5%BF%98%E3%82%8C-extensi/poniibjidlejblpigfeioadciapppopm
Descrizione KING OF TIME の My Recorder の押し忘れに気づく Chrome extension です
Dimensione del File 44.09 KB
Conteggio Installazioni 75
Versione Corrente 0.0.1
Ultimo Aggiornamento 2019-02-11
Data di Pubblicazione 2019-02-10
Sviluppatore https://vss.jp.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/nemuzuka/kot-chrome-extension
Lingue Supportate 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"
            ]
        }
    ]
}