KING OF TIME 押し忘れ extension
KING OF TIME の My Recorder の押し忘れに気づく Chrome extension です
Vad är KING OF TIME 押し忘れ extension?
KING OF TIME 押し忘れ extension är en Chrome-tillägg utvecklad av https://vss.jp.net, och dess huvudfunktion är "KING OF TIME の My Recorder の押し忘れに気づく Chrome extension です".
Tilläggsskärmbilder
Ladda ner KING OF TIME 押し忘れ extension-förlängningens CRX-fil
Ladda ner KING OF TIME 押し忘れ extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
KING OF TIME の My Recorder で出勤ボタンを押したか不安になることはありませんか?
そんな時はこの extension のインストールをお勧めします。
出勤ボタンを押したことをアイコン表示します。
これで、貴方の「出勤ボタン押したっけ?」の不安から解放します!
## お勧めする使い方
- KING OF TIME の My Recorder を使用している
- 個人のパソコンで出退勤を管理している
- その日の内に出勤 / 退勤する Grundläggande Information om Tillägg
| Namn | |
| ID | poniibjidlejblpigfeioadciapppopm |
| Officiell webbadress | https://chromewebstore.google.com/detail/king-of-time-%E6%8A%BC%E3%81%97%E5%BF%98%E3%82%8C-extensi/poniibjidlejblpigfeioadciapppopm |
| Beskrivning | KING OF TIME の My Recorder の押し忘れに気づく Chrome extension です |
| Filstorlek | 44.09 KB |
| Antal Installationer | 75 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2019-02-11 |
| Publiceringsdatum | 2019-02-10 |
| Utvecklare | https://vss.jp.net |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/nemuzuka/kot-chrome-extension |
| Stödda Språk | 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"
]
}
]
} | |