Jira for Chrome
Quick and Easy access to your work in Jira Cloud
Qu'est-ce que Jira for Chrome ?
Jira for Chrome est une extension Chrome développée par Rajbir Jawanda, et sa fonction principale est "Quick and Easy access to your work in Jira Cloud".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jira for Chrome
Téléchargez les fichiers d'extension Jira for Chrome 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
How long does it take currently for you to access your work in Jira? 10 seconds? 15 seconds? longer 🤯 ? Now you can access your work in under just 1 second ⚡️ Simply install this extension and hit ⌘J for Mac or Alt+J for Windows to experience lighting fast Jira Issue Navigator 🎉 Features: Boost your Productivity working with Jira Cloud by enabling quick access to: - Open Issues assigned to your in Jira - Recently viewed issues in Jira - Jira filters you have created in Jira - Shared filters that you have marked as favourite in Jira - Switch between multiple Jira Products (linked to your account) - Your Atlassian profile and Account settings - Create a new Jira issue - Dark mode 🤝 Supported Jira versions: The following products in Jira Cloud are supported: - Jira Software - Jira Work Management - Jira Service Management Jira Server on custom domains is not currently supported. ✉️ Disclaimer - I am not affiliated with Atlassian in any way. - The JIRA logo belongs to Atlassian and is obtained from the AtlasKit.
Informations de Base sur l'Extension
Nom | Jira for Chrome |
ID | emekjbfbbnnijlenmnbngkikcmdaelno |
URL Officiel | https://chromewebstore.google.com/detail/jira-for-chrome/emekjbfbbnnijlenmnbngkikcmdaelno |
Description | Quick and Easy access to your work in Jira Cloud |
Taille du Fichier | 951 KB |
Nombre d'Installations | 707 |
Version Actuelle | 2.5.0 |
Dernière Mise à Jour | 2022-10-06 |
Date de Publication | 2021-08-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Rajbir Jawanda |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://bitbucket.org/jira-quick-access/jira-for-chrome/src |
URL de la Page d'Aide | https://chrome.google.com/webstore/detail/jira-quick-access/emekjbfbbnnijlenmnbngkikcmdaelno/support |
URL de la Page de Politique de Confidentialité | https://bitbucket.org/jira-quick-access/jira-for-chrome/src/master/PRIVACY.md |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Jira for Chrome", "description": "Quick and Easy access to your work in Jira Cloud", "version": "2.5.0", "action": { "default_popup": "index.html", "default_icon": { "16": "jira-software-logo.png", "32": "jira-software-logo.png", "48": "jira-software-logo.png", "128": "jira-software-logo.png" } }, "background": { "service_worker": "background.js" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+J", "mac": "Command+J" } } }, "options_page": ".\/pages\/options.html", "icons": { "16": "jira-software-logo.png", "48": "jira-software-logo.png", "128": "jira-software-logo.png" }, "permissions": [ "storage", "identity" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAubxazICQc0cwkngqpw+8n0\/ZmuxAG4MYN2Z6zEvO65f6zBiFntUT7YhfuqFz5Qa9VJosRAMZLIBs\/t4cJF0RPcfIeXVb47NKLE0OZPi23psYrOai9pGl\/+xMuWhMmyQ4hfpD5R4h1yP5mKCWE6CICbBrigkDO70AR\/EXUZqPoqLdUs8Tt8\/SRzlLQqNu3wl4z0blp9QUuzFowIO5\/1vhAj8Kaydegf3Fw24RwhwVgSF5oKBsFCL9It+IGUJIBOV4yUJ3FmlwtVBOWYnqUAxqJftMJ5kX5wXfBieD+7tl7VE395W8j2l\/Nv3uuhM8oAdMZcT0RBIG70fCStvVPrGYCwIDAQAB" } |