Jira Express
The fastest way to browse and search your Jira issues.
Apa itu Jira Express?
Jira Express adalah ekstensi Chrome yang dikembangkan oleh Mazzarolo Matteo, dan fitur utamanya adalah "The fastest way to browse and search your Jira issues.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Jira Express
Unduh file ekstensi Jira Express dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Jira Express is an open-source extension that gives you a quick access to your recent Jira tickets and to a simplified Jira search. Please notice that your browser needs to be logged-in to your interested Jira account for this extension to work correctly. Jira Express is NOT officially affiliated with Atlassian or the Jira software in any way.
Informasi Dasar Ekstensi
Nama | Jira Express |
ID | lpkkljaepfhmbjaepaoeoadlmfoipnoc |
URL Resmi | https://chromewebstore.google.com/detail/jira-express/lpkkljaepfhmbjaepaoeoadlmfoipnoc |
Deskripsi | The fastest way to browse and search your Jira issues. |
Ukuran File | 659 KB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2020-08-26 |
Tanggal Publikasi | 2020-08-26 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Mazzarolo Matteo |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/mmazzarolo/jira-express |
URL Halaman Bantuan | https://github.com/mmazzarolo/jira-express |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jira Express", "version": "1.0.0", "version_name": "1.0.0", "description": "The fastest way to browse and search your Jira issues.", "manifest_version": 2, "short_name": "jira-express", "permissions": [ "storage", "cookies", "https:\/\/*.atlassian.com\/*", "https:\/\/*.atlassian.net\/*", "https:\/\/atlassian.net\/*", "https:\/\/atlassian.com\/*" ], "browser_action": { "default_popup": "index.html", "default_icon": "logo\/logo128.png" }, "icons": { "16": "logo\/logo16.png", "32": "logo\/logo32.png", "48": "logo\/logo48.png", "128": "logo\/logo128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |