Jira print extension
This extension is to print tasks in Jira
Qu'est-ce que Jira print extension ?
Jira print extension est une extension Chrome développée par http://job-blog.bullgare.ru, et sa fonction principale est "This extension is to print tasks in Jira".
Télécharger le fichier CRX de l'extension Jira print extension
Téléchargez les fichiers d'extension Jira print extension 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
This extension is to print tasks in Jira. v1.2 changelist: css fixed: max height enlarged. v1.1 changelist: wiki markup in description field is partially supported.
Informations de Base sur l'Extension
Nom | ![]() |
ID | aegogmgcbaodohpidompbbmhhogmdmcl |
URL Officiel | https://chrome.google.com/webstore/detail/jira-print-extension/aegogmgcbaodohpidompbbmhhogmdmcl |
Description | This extension is to print tasks in Jira |
Taille du Fichier | 41.37 KB |
Nombre d'Installations | 27 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2014-07-10 |
Date de Publication | 2014-07-10 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | http://job-blog.bullgare.ru |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jira print extension", "description": "This extension is to print tasks in Jira", "version": "1.2", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "https:\/\/*\/*", "http:\/\/*\/*" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "libs\/jquery.js", "libs\/wiki_to_html.js", "content.js" ] } ] } |