KING OF TIME 押し忘れ extension
KING OF TIME の My Recorder の押し忘れに気づく Chrome extension です
KING OF TIME 押し忘れ extensionとは何ですか?
KING OF TIME 押し忘れ extensionはhttps://vss.jp.netによって開発されたChromeの拡張機能で、その主な機能は「KING OF TIME の My Recorder の押し忘れに気づく Chrome extension です」です。
拡張機能のスクリーンショット
KING OF TIME 押し忘れ extension拡張機能のCRXファイルをダウンロード
KING OF TIME 押し忘れ extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
KING OF TIME の My Recorder で出勤ボタンを押したか不安になることはありませんか?
そんな時はこの extension のインストールをお勧めします。
出勤ボタンを押したことをアイコン表示します。
これで、貴方の「出勤ボタン押したっけ?」の不安から解放します!
## お勧めする使い方
- KING OF TIME の My Recorder を使用している
- 個人のパソコンで出退勤を管理している
- その日の内に出勤 / 退勤する 拡張機能の基本情報
| 名前 | |
| ID | poniibjidlejblpigfeioadciapppopm |
| 公式URL | https://chromewebstore.google.com/detail/king-of-time-%E6%8A%BC%E3%81%97%E5%BF%98%E3%82%8C-extensi/poniibjidlejblpigfeioadciapppopm |
| 説明 | KING OF TIME の My Recorder の押し忘れに気づく Chrome extension です |
| ファイルサイズ | 44.09 KB |
| インストール数 | 75 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2019-02-11 |
| 公開日 | 2019-02-10 |
| 開発者 | https://vss.jp.net |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/nemuzuka/kot-chrome-extension |
| 対応言語 | 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"
]
}
]
} | |