JobCan Automatic Clock
Chrome extension for automatic clocking on JobCan (unofficial).
Qu'est-ce que JobCan Automatic Clock ?
JobCan Automatic Clock est une extension Chrome développée par spaceraccoon, et sa fonction principale est "Chrome extension for automatic clocking on JobCan (unofficial).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JobCan Automatic Clock
Téléchargez les fichiers d'extension JobCan Automatic Clock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | JobCan Automatic Clock |
ID | icbfmbdbjohkglogkkkjnopkpjfobehb |
URL Officiel | https://chromewebstore.google.com/detail/jobcan-automatic-clock/icbfmbdbjohkglogkkkjnopkpjfobehb |
Description | Chrome extension for automatic clocking on JobCan (unofficial). |
Taille du Fichier | 1.1 MB |
Nombre d'Installations | 48 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2017-06-06 |
Date de Publication | 2017-06-05 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | spaceraccoon |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/spaceraccoon/jobcan-automatic-clock-chrome-extension |
URL de la Page d'Aide | https://github.com/spaceraccoon/jobcan-automatic-clock-chrome-extension |
Langues Prises en Charge | 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" } |