JobCan Automatic Clock

Chrome extension for automatic clocking on JobCan (unofficial).

¿Qué es JobCan Automatic Clock?

JobCan Automatic Clock es una extensión de Chrome desarrollada por spaceraccoon, y su función principal es "Chrome extension for automatic clocking on JobCan (unofficial).".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión JobCan Automatic Clock

Descarga archivos de extensión JobCan Automatic Clock en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre JobCan Automatic Clock JobCan Automatic Clock
ID icbfmbdbjohkglogkkkjnopkpjfobehb
URL Oficial https://chromewebstore.google.com/detail/jobcan-automatic-clock/icbfmbdbjohkglogkkkjnopkpjfobehb
Descripción Chrome extension for automatic clocking on JobCan (unofficial).
Tamaño del Archivo 1.1 MB
Cantidad de Instalaciones 48
Versión Actual 1.1.2
Última Actualización 2017-06-06
Fecha de Publicación 2017-06-05
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador spaceraccoon
Tipo de Pago free
Sitio Web de la Extensión https://github.com/spaceraccoon/jobcan-automatic-clock-chrome-extension
URL de la Página de Ayuda https://github.com/spaceraccoon/jobcan-automatic-clock-chrome-extension
Idiomas Soportados 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"
}