ジョブカン 打刻漏れチェッカー
打刻漏れ等の件数をチェックしバッジで通知
What is ジョブカン 打刻漏れチェッカー?
ジョブカン 打刻漏れチェッカー is a Chrome extension developed by M-Project, and its main feature is "打刻漏れ等の件数をチェックしバッジで通知".
Extension Screenshots
Download ジョブカン 打刻漏れチェッカー Extension CRX File
Download ジョブカン 打刻漏れチェッカー 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
以下の機能を提供します。 ・打刻漏れ等の件数をバッジで通知 ・かんたんログイン ※このChrome拡張機能は個人で作成したアプリケーションであり、株式会社Donutsとは一切関係ありません。 jobcan ジョブカン
Extension Basic Information
Name | ジョブカン 打刻漏れチェッカー |
ID | mpldcjdneiokhbecnidjopmcmcdganli |
Official URL | https://chromewebstore.google.com/detail/%E3%82%B8%E3%83%A7%E3%83%96%E3%82%AB%E3%83%B3-%E6%89%93%E5%88%BB%E6%BC%8F%E3%82%8C%E3%83%81%E3%82%A7%E3%83%83%E3%82%AB%E3%83%BC/mpldcjdneiokhbecnidjopmcmcdganli |
Description | 打刻漏れ等の件数をチェックしバッジで通知 |
File Size | 53.58 KB |
Installation Count | 17 |
Current Version | 1.1.0 |
Last Updated | 2017-03-31 |
Publish Date | 2017-03-30 |
Rating | 3.50/5 Total 2 Ratings |
Developer | M-Project |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u30b8\u30e7\u30d6\u30ab\u30f3 \u6253\u523b\u6f0f\u308c\u30c1\u30a7\u30c3\u30ab\u30fc", "short_name": "\u6253\u523b\u6f0f\u308c\u30c1\u30a7\u30c3\u30ab\u30fc", "description": "\u6253\u523b\u6f0f\u308c\u7b49\u306e\u4ef6\u6570\u3092\u30c1\u30a7\u30c3\u30af\u3057\u30d0\u30c3\u30b8\u3067\u901a\u77e5", "version": "1.1.0", "permissions": [ "tabs", "https:\/\/ssl.jobcan.jp\/*" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html", "background": { "scripts": [ "jquery-3.1.1.min.js", "background.min.js" ] }, "browser_action": { "default_icon": "images\/icon32.png", "default_title": "\u30b8\u30e7\u30d6\u30ab\u30f3 \u6253\u523b\u6f0f\u308c\u30c1\u30a7\u30c3\u30ab\u30fc" }, "content_scripts": [ { "matches": [ "https:\/\/ssl.jobcan.jp\/*" ], "js": [ "jquery-3.1.1.min.js", "content_scripts.min.js" ] } ] } |