Jira Extension in Chrome
The Jira Extension in Chrome is the ultimate solution to connect your Google Apps with Jira.
Jira Extension in Chrome란 무엇입니까?
Jira Extension in Chrome은(는) https://www.infosysta.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Jira Extension in Chrome is the ultimate solution to connect your Google Apps with Jira."입니다.
확장 프로그램 스크린샷
Jira Extension in Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Jira Extension (GTJ) is the ultimate extension that connects your Google Apps (Gmail, Calendar, Drive, Groups) to Jira with it's fresh and intuitive user experience. ✔ Make sure to download GTJ app on your Jira instance from Atlassian marketplace. Major features include: ► Create, Edit and Comment on Jira tickets using Google Mail (Gmail), Groups, and Calendar. ► E-mail Subject will be the Summary & Body as the Description or Comment. ► You can include the e-mail itself as attachment(.html format). ► Upload e-mail attachments and inline images. ► Tag e-mails used via GTJ to open related issues on a later time. ► Select one or more attachment from your Google Drive files & simply upload them to Jira in one click. ► Auto detect Issue key from e-mail subject ► Auto detect the meetings & events duration in Google Calendar to be Logged as work on Jira. ► Select any text in Chrome browser, right click and get all GTJ features (Create, Edit, and Comment) from the selected text. ► Supports Jira actions on the fly (GTJ icon on the top right corner of Chrome) to Create/Edit/Comment on Jira
확장 프로그램 기본 정보
이름 | Jira Extension in Chrome |
ID | mkfhgagoddnhjojmopafgdlllahamifi |
공식 URL | https://chromewebstore.google.com/detail/jira-extension-in-chrome/mkfhgagoddnhjojmopafgdlllahamifi |
설명 | The Jira Extension in Chrome is the ultimate solution to connect your Google Apps with Jira. |
파일 크기 | 24.03 MB |
설치 횟수 | 1,863 |
현재 버전 | 4.1.4 |
최근 업데이트 | 2024-03-05 |
출시 날짜 | 2020-06-16 |
평점 | 4.33/5 총 21 개의 평점 |
개발자 | https://www.infosysta.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://marketplace.atlassian.com/apps/1215925/google-to-jira-gtj?hosting=cloud&tab=overview |
도움말 페이지 URL | https://css.infosysta.com/servicedesk/customer/portal/14/group/36 |
개인정보 보호 정책 페이지 URL | https://wiki.infosysta.com/x/jqAT |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "GTJ", "description": "The Jira Extension in Chrome is the ultimate solution to connect your Google Apps with Jira.", "name": "Jira Extension in Chrome", "version": "4.1.4", "action": { "default_popup": "index.html", "default_title": "Jira Extension in Chrome", "default_icon": { "48": "assets\/icon-32.png", "128": "assets\/icon-32.png" } }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "http:\/\/mail.google.com\/*" ], "js": [ "gmail_contentScripts.js" ], "css": [ "content_style.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/drive.google.com\/*", "http:\/\/drive.google.com\/*" ], "js": [ "drive_contentScript.js" ], "css": [ "content_style.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/docs.google.com\/*", "http:\/\/docs.google.com\/*" ], "js": [ "docs_contentScript.js" ], "css": [ "content_style.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/groups.google.com\/*", "http:\/\/groups.google.com\/\/*" ], "js": [ "groups_contentScript.js" ], "css": [ "content_style.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/calendar.google.com\/*", "http:\/\/calendar.google.com\/*" ], "js": [ "calendar_contentScript.js" ], "css": [ "content_style.css" ], "run_at": "document_end" }, { "matches": [ " |