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文件
下載Jira Extension in Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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": [ " |