JobCan Automatic Clock
Chrome extension for automatic clocking on JobCan (unofficial).
JobCan Automatic Clock là gì?
JobCan Automatic Clock là một tiện ích mở rộng Chrome được phát triển bởi spaceraccoon, và tính năng chính của nó là "Chrome extension for automatic clocking on JobCan (unofficial).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng JobCan Automatic Clock
Tải xuống các tệp mở rộng JobCan Automatic Clock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Chrome extension for automated clocking on JobCan (unofficial). Based on mugifly's Quick Stamp to add automatic functionality. How to use: 1. Install the extension. 2. Click the button on the task bar. If you are not logged in to JobCan, it will instruct you to log in. 3. After login, click the taskbar button or go to the Options page of Settings> Extensions> Options. 4. Enter company ID and group. In order to save the setting, you must have company ID and group. 5. (Optional) Add automatic lock-in time and clock out time. Please check the box. 6. Save your settings.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | JobCan Automatic Clock |
ID | icbfmbdbjohkglogkkkjnopkpjfobehb |
URL Chính Thức | https://chromewebstore.google.com/detail/jobcan-automatic-clock/icbfmbdbjohkglogkkkjnopkpjfobehb |
Mô tả | Chrome extension for automatic clocking on JobCan (unofficial). |
Kích Thước Tệp | 1.1 MB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2017-06-06 |
Ngày Phát Hành | 2017-06-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | spaceraccoon |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/spaceraccoon/jobcan-automatic-clock-chrome-extension |
URL Trang Trợ Giúp | https://github.com/spaceraccoon/jobcan-automatic-clock-chrome-extension |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "default_locale": "en", "version": "1.1.2", "description": "__MSG_appDesc__", "browser_action": { "default_popup": "html\/popup.html" }, "background": { "scripts": [ "node_modules\/jquery\/dist\/jquery.min.js", "models\/stamp-status-checker.js", "models\/locator.js", "models\/stamper.js", "js\/background.js" ] }, "options_page": "html\/options.html", "permissions": [ "http:\/\/jobcan.jp\/m\/*", "https:\/\/ssl.jobcan.jp\/m\/*", "storage", "geolocation", "background", "alarms", "notifications" ], "icons": { "128": "images\/icon.png" }, "homepage_url": "https:\/\/github.com\/spaceraccoon\/jobcan-automatic-clock-chrome-extension" } |