Jira Timesheet for Google Chrome
Gets the worklogs from the project, filter and group them by user and generate a weekly report.
Qu'est-ce que Jira Timesheet for Google Chrome ?
Jira Timesheet for Google Chrome est une extension Chrome développée par Dyeison Carraro, et sa fonction principale est "Gets the worklogs from the project, filter and group them by user and generate a weekly report.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jira Timesheet for Google Chrome
Téléchargez les fichiers d'extension Jira Timesheet for Google Chrome 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
Informations de Base sur l'Extension
Nom | Jira Timesheet for Google Chrome |
ID | icdeoclacajhnleplbffkcbhgpocikda |
URL Officiel | https://chromewebstore.google.com/detail/jira-timesheet-for-google/icdeoclacajhnleplbffkcbhgpocikda |
Description | Gets the worklogs from the project, filter and group them by user and generate a weekly report. |
Taille du Fichier | 213 KB |
Nombre d'Installations | 378 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2015-11-04 |
Date de Publication | 2015-11-04 |
Évaluation | 4.00/5 Total 5 Évaluations |
Développeur | Dyeison Carraro |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jira Timesheet for Google Chrome", "short_name": "Jira-TimeSheet", "description": "Gets the worklogs from the project, filter and group them by user and generate a weekly report.", "version": "0.4", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage" ], "icons": { "128": "icons\/icon128.png", "64": "icons\/icon64.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Jira Timesheet", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |