Redmine Time Tracker
Plugin to track your work time (works with chrome closed) and manage it.
Qu'est-ce que Redmine Time Tracker ?
Redmine Time Tracker est une extension Chrome développée par matheusmmcs, et sa fonction principale est "Plugin to track your work time (works with chrome closed) and manage it.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Redmine Time Tracker
Téléchargez les fichiers d'extension Redmine Time Tracker 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
Redmine Task Timer
Informations de Base sur l'Extension
Nom | Redmine Time Tracker |
ID | kofohpbnioeihonedeofiompgloghehe |
URL Officiel | https://chromewebstore.google.com/detail/redmine-time-tracker/kofohpbnioeihonedeofiompgloghehe |
Description | Plugin to track your work time (works with chrome closed) and manage it. |
Taille du Fichier | 265 KB |
Nombre d'Installations | 159 |
Version Actuelle | 0.2.4 |
Dernière Mise à Jour | 2014-07-03 |
Date de Publication | 2014-07-03 |
Évaluation | 3.33/5 Total 15 Évaluations |
Développeur | matheusmmcs |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redmine Time Tracker", "version": "0.2.4", "description": "Plugin to track your work time (works with chrome closed) and manage it.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/jquery.js" ] } ], "permissions": [ "notifications", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "unlimitedStorage" ], "background": { "scripts": [ "js\/jquery.js", "js\/utils.js", "js\/background.js" ] }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png" }, "browser_action": { "default_icon": "images\/icon16.png", "default_title": "RedmineTimeTracker", "default_popup": "templates\/popup.html" }, "web_accessible_resources": [ "js\/jquery.min.map", "js\/jquery.calendario.redmine.js", "css\/calendario-redmine.css", "fonts\/glyphicons-halflings-regular.svg", "fonts\/glyphicons-halflings-regular.eot", "fonts\/glyphicons-halflings-regular.ttf", "fonts\/glyphicons-halflings-regular.woff" ], "manifest_version": 2 } |