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)."입니다.

확장 프로그램 스크린샷

screenshot

JobCan Automatic Clock 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 JobCan Automatic Clock
ID icbfmbdbjohkglogkkkjnopkpjfobehb
공식 URL 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"
}