JobCan Automatic Clock
Chrome extension for automatic clocking on JobCan (unofficial).
什麼是JobCan Automatic Clock?
JobCan Automatic Clock是由spaceraccoon開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension for automatic clocking on JobCan (unofficial).”。
擴展截圖
下載JobCan Automatic Clock擴展crx文件
下載JobCan Automatic Clock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | JobCan Automatic Clock |
ID | icbfmbdbjohkglogkkkjnopkpjfobehb |
官方網址 | https://chromewebstore.google.com/detail/jobcan-automatic-clock/icbfmbdbjohkglogkkkjnopkpjfobehb |
簡介 | Chrome extension for automatic clocking on JobCan (unofficial). |
檔案大小 | 1.1 MB |
安裝次數 | 48 |
目前版本 | 1.1.2 |
更新時間 | 2017-06-06 |
上架時間 | 2017-06-05 |
評分 | 5.00/5 共 1 次評分 |
開發者 | spaceraccoon |
付費類型 | free |
擴展官網 | https://github.com/spaceraccoon/jobcan-automatic-clock-chrome-extension |
說明頁面URL | https://github.com/spaceraccoon/jobcan-automatic-clock-chrome-extension |
支援的語言 | 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" } |