ReportJ
The reporting helper for JIRA system.
Qu'est-ce que ReportJ ?
ReportJ est une extension Chrome développée par mishani0x0ef, et sa fonction principale est "The reporting helper for JIRA system.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ReportJ
Téléchargez les fichiers d'extension ReportJ 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
Designed to improve reporting experience inside JIRA system. Main features: reporting templates; reporting based on commits (SVN, Git); close issue with reset remaining estimate.
Informations de Base sur l'Extension
Nom | ReportJ |
ID | hijbdbjoelgicnhnghhhlkpbhjdmchfg |
URL Officiel | https://chromewebstore.google.com/detail/reportj/hijbdbjoelgicnhnghhhlkpbhjdmchfg |
Description | The reporting helper for JIRA system. |
Taille du Fichier | 447 KB |
Nombre d'Installations | 48 |
Version Actuelle | 2.8.1 |
Dernière Mise à Jour | 2023-07-26 |
Date de Publication | 2018-05-20 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | mishani0x0ef |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mishani0x0ef/ReportJ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ReportJ", "description": "The reporting helper for JIRA system.", "homepage_url": "https:\/\/github.com\/mishani0x0ef\/reportj", "version": "2.8.1", "permissions": [ "storage", "activeTab", "contextMenus" ], "background": { "scripts": [ "build\/manifest.js", "build\/vendor.js", "build\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/logo.png", "default_title": "ReportJ", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "16": "img\/logo.png", "48": "img\/logo.png", "128": "img\/logo128x128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "build\/content.css" ], "js": [ "build\/manifest.js", "build\/vendor.js", "build\/content.js" ] } ], "web_accessible_resources": [ "options.html" ] } |