Jira tickets printer
Plugin for tickets printer from Jira
What is Jira tickets printer?
Jira tickets printer is a Chrome extension developed by Aleksey Sosnovsky, and its main feature is "Plugin for tickets printer from Jira".
Extension Screenshots
Download Jira tickets printer Extension CRX File
Download Jira tickets printer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Print tickets from Jira using this plugin.
Extension Basic Information
Name | ![]() |
ID | fjnhhcbbgdcedcocnamkmlojfnfljbli |
Official URL | https://chrome.google.com/webstore/detail/jira-tickets-printer/fjnhhcbbgdcedcocnamkmlojfnfljbli |
Description | Plugin for tickets printer from Jira |
File Size | 196 KB |
Installation Count | 37 |
Current Version | 1.0.7 |
Last Updated | 2019-12-15 |
Publish Date | 2019-12-11 |
Rating | 5.00/5 Total 9 Ratings |
Developer | Aleksey Sosnovsky |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jira tickets printer", "description": "Plugin for tickets printer from Jira", "version": "1.0.7", "browser_action": { "default_icon": "icon.png", "sizes": "64x64 32x32 24x24 16x16", "default_popup": "index.html" }, "permissions": [ "tabs", "activeTab", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "getPagesSource.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |