Jira print extension
This extension is to print tasks in Jira
Wat is Jira print extension?
Jira print extension is een Chrome-extensie ontwikkeld door http://job-blog.bullgare.ru, en de belangrijkste functie is "This extension is to print tasks in Jira".
Download het CRX-bestand van de extensie Jira print extension
Download Jira print extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ![]() |
ID | aegogmgcbaodohpidompbbmhhogmdmcl |
Officiële URL | https://chrome.google.com/webstore/detail/jira-print-extension/aegogmgcbaodohpidompbbmhhogmdmcl |
Beschrijving | This extension is to print tasks in Jira |
Bestandsgrootte | 41.37 KB |
Aantal Installaties | 27 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2014-07-10 |
Publicatiedatum | 2014-07-10 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | http://job-blog.bullgare.ru |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |