KING OF TIME 押し忘れ extension
KING OF TIME の My Recorder の押し忘れに気づく Chrome extension です
What is KING OF TIME 押し忘れ extension?
KING OF TIME 押し忘れ extension is a Chrome extension developed by https://vss.jp.net, and its main feature is "KING OF TIME の My Recorder の押し忘れに気づく Chrome extension です".
Extension Screenshots
Download KING OF TIME 押し忘れ extension Extension CRX File
Download KING OF TIME 押し忘れ extension 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
KING OF TIME の My Recorder で出勤ボタンを押したか不安になることはありませんか? そんな時はこの extension のインストールをお勧めします。 出勤ボタンを押したことをアイコン表示します。 これで、貴方の「出勤ボタン押したっけ?」の不安から解放します! ## お勧めする使い方 - KING OF TIME の My Recorder を使用している - 個人のパソコンで出退勤を管理している - その日の内に出勤 / 退勤する
Extension Basic Information
Name | KING OF TIME 押し忘れ extension |
ID | poniibjidlejblpigfeioadciapppopm |
Official URL | https://chromewebstore.google.com/detail/king-of-time-%E6%8A%BC%E3%81%97%E5%BF%98%E3%82%8C-extensi/poniibjidlejblpigfeioadciapppopm |
Description | KING OF TIME の My Recorder の押し忘れに気づく Chrome extension です |
File Size | 44.09 KB |
Installation Count | 75 |
Current Version | 0.0.1 |
Last Updated | 2019-02-11 |
Publish Date | 2019-02-10 |
Developer | https://vss.jp.net |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/nemuzuka/kot-chrome-extension |
Supported Languages | 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" ] } ] } |