JobCan Automatic Clock

Chrome extension for automatic clocking on JobCan (unofficial).

JobCan Automatic Clockคืออะไร?

JobCan Automatic Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย spaceraccoon และคุณลักษณะหลักของมันคือ "Chrome extension for automatic clocking on JobCan (unofficial)."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JobCan Automatic Clock

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
}