JobCan Automatic Clock

Chrome extension for automatic clocking on JobCan (unofficial).

Wat is JobCan Automatic Clock?

JobCan Automatic Clock is een Chrome-extensie ontwikkeld door spaceraccoon, en de belangrijkste functie is "Chrome extension for automatic clocking on JobCan (unofficial).".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie JobCan Automatic Clock

Download JobCan Automatic Clock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam JobCan Automatic Clock JobCan Automatic Clock
ID icbfmbdbjohkglogkkkjnopkpjfobehb
Officiële URL https://chromewebstore.google.com/detail/jobcan-automatic-clock/icbfmbdbjohkglogkkkjnopkpjfobehb
Beschrijving Chrome extension for automatic clocking on JobCan (unofficial).
Bestandsgrootte 1.1 MB
Aantal Installaties 48
Huidige Versie 1.1.2
Laatst Bijgewerkt 2017-06-06
Publicatiedatum 2017-06-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar spaceraccoon
Betalingswijze free
Extensiewebsite https://github.com/spaceraccoon/jobcan-automatic-clock-chrome-extension
Help Pagina-URL https://github.com/spaceraccoon/jobcan-automatic-clock-chrome-extension
Ondersteunde Talen 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"
}