JIRA Helper
There is a JIRA helper to view charts.
Qu'est-ce que JIRA Helper ?
JIRA Helper est une extension Chrome développée par protonss, et sa fonction principale est "There is a JIRA helper to view charts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JIRA Helper
Téléchargez les fichiers d'extension JIRA Helper 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
There is a JIRA helper to view charts. Features: - Story BurnDown - Task BurnDown - Points BurnDown - Graphic Pie Using JIRA API to get informations.
Informations de Base sur l'Extension
Nom | JIRA Helper |
ID | fdenphmjbcefmkehfehjmgfhalmjljda |
URL Officiel | https://chromewebstore.google.com/detail/jira-helper/fdenphmjbcefmkehfehjmgfhalmjljda |
Description | There is a JIRA helper to view charts. |
Taille du Fichier | 247 KB |
Nombre d'Installations | 110 |
Version Actuelle | 1.3.1 |
Dernière Mise à Jour | 2018-03-22 |
Date de Publication | 2018-03-22 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | protonss |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | pt-BR |
manifest.json | |
{ "manifest_version": 2, "version": "1.3.1", "name": "JIRA Helper", "short_name": "Jira Helper", "description": "There is a JIRA helper to view charts.", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "styles\/images\/jira-16.png", "48": "styles\/images\/jira-48.png", "128": "styles\/images\/jira-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "styles\/images\/*.png", "scripts\/main.min.js.map", "scripts\/inject.js" ], "content_scripts": [ { "js": [ "scripts\/main.min.js" ], "css": [ "styles\/css\/inject.min.css" ], "matches": [ "*:\/\/*\/*", "file:\/\/*\/*" ] } ], "offline_enabled": false } |