Jira for Chrome
Quick and Easy access to your work in Jira Cloud
Jira for Chrome란 무엇입니까?
Jira for Chrome은(는) Rajbir Jawanda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick and Easy access to your work in Jira Cloud"입니다.
확장 프로그램 스크린샷
Jira for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Jira for Chrome |
ID | emekjbfbbnnijlenmnbngkikcmdaelno |
공식 URL | https://chromewebstore.google.com/detail/jira-for-chrome/emekjbfbbnnijlenmnbngkikcmdaelno |
설명 | Quick and Easy access to your work in Jira Cloud |
파일 크기 | 951 KB |
설치 횟수 | 707 |
현재 버전 | 2.5.0 |
최근 업데이트 | 2022-10-06 |
출시 날짜 | 2021-08-08 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Rajbir Jawanda |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://bitbucket.org/jira-quick-access/jira-for-chrome/src |
도움말 페이지 URL | https://chrome.google.com/webstore/detail/jira-quick-access/emekjbfbbnnijlenmnbngkikcmdaelno/support |
개인정보 보호 정책 페이지 URL | https://bitbucket.org/jira-quick-access/jira-for-chrome/src/master/PRIVACY.md |
지원되는 언어 | 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" } |