Jira in Chrome

Jira & Chrome Extension: Manage Issues Effortlessly Without Switching to Jira.

什么是Jira in Chrome?

Jira in Chrome是由https://saasjet.com开发的Chrome扩展程序,该扩展的主要功能是“Jira & Chrome Extension: Manage Issues Effortlessly Without Switching to Jira.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Jira in Chrome扩展crx文件

下载Jira in Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With this Chrome extension for Jira, you can connect your browser to the Jira instance and fully manage your issues directly from any tab. That way you get less distracted while working in a multitasking environment. Every Jira ticket is created in seconds. The Jira in Chrome extension also arranges a quick and easy way to track the status of Jira issues, view linked attachments and comments, and add comments and updates directly from any tab of your browser.


✔ JIRA QUICK MANAGEMENT

Jira in Chrome extension provides you with full basic functionality to organise your everyday work with Jira issues. So, you can easily:

⏺ Generate a task or subtask from any webpage or directly from your Gmail
⏺ Search for any issue you have in your Jira projects
⏺ Smart search option, by transforming natural language to JQL query
⏺ Edit each Jira issue with ease if you need to make quick changes
⏺ Add comments to tickets to improve your team communication
⏺ Log your work time effortlessly whenever you need

You can perform most of the options above by using specially designed hot buttons. Regarding issues search, you can do it with predefined alternatives such as:
 
⏺ Search by Project
⏺ Search by Issue type 
⏺ Search by Status
⏺ Search by Assignee 
⏺ Search by Label
⏺ Search by Text 
⏺ Search by JQL


Also, this Chrome extension allows you to detect issues and issue types in every email. As a result, you get one extra Gmail to Jira ability to optimize your workflow and prioritize important assignments.

____________________________________________________________________________

✔ INSTALLATION

1-click installation: extension automatically detects your Jira site and is connected. Just select your site from the list.

That's all. Now, you can quickly manage personal tasks, as well as a team and subordinates Jira tickets. If you need any assistance or want to ask questions, please email us at [email protected].

____________________________________________________________________________

✔ THE SUIT OF JIRA IN CHROME APPLICATIONS
 
To get even more possibilities for extension functionality, you can download the app from the Atlassian Marketplace. Here is a 30-day trial to check if the app is good for you.

[Atlassian Marketplace]:

https://marketplace.atlassian.com/apps/1228960/email-tasks-jira-cloud-for-gmail?hosting=cloud&tab=overview 

Additionally, install the connector application for your Gmail.

[Google Workspace Marketplace]:

https://workspace.google.com/marketplace/app/emailtasks_jira_cloud_for_gmail/561276457140

____________________________________________________________________________

*Email&Tasks: Jira Cloud for Gmail™ app is a plugin that integrates the Jira Cloud project management with the Gmail email platform. The app adds a button to Gmail's interface, allowing users to quickly convert emails into Jira tasks, view and update Jira task information within their email, and stay updated on task progress without leaving their Gmail interface. This integration helps streamline workflows and increase productivity by providing a seamless connection between email communication and project management.

By integrating Gmail to Jira Cloud, you will be able to transform any email to Jira issues. The Email&Tasks application package is based on AI and aims to simplify your everyday work and increase your efficiency.

Try to convert your assignment from Gmail to Jira issue/ticket without extra effort.

*Work with the application suite is absolutely safe and confidential.                    

扩展基本信息

名称 Jira in Chrome Jira in Chrome
ID eepgnffgkekpdkbkooopffobhfpcgnnh
官方URL https://chromewebstore.google.com/detail/jira-in-chrome/eepgnffgkekpdkbkooopffobhfpcgnnh
简介 Jira & Chrome Extension: Manage Issues Effortlessly Without Switching to Jira.
文件大小 3.02 MB
安装次数 955
当前版本 2.9.5
更新时间 2024-02-02
上架时间 2022-11-17
评分 4.83/5 共6次评分
开发者 https://saasjet.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://saasjet.com/jira-in-chrome-browser-extension/
帮助页面URL https://saasjet.atlassian.net/servicedesk/customer/portal/1
隐私政策页面URL https://saasjet.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jira in Chrome",
    "short_name": "E2T",
    "description": "Jira & Chrome Extension: Manage Issues Effortlessly Without Switching to Jira.",
    "version": "2.9.5",
    "manifest_version": 3,
    "action": {
        "default_title": "Jira in Chrome",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "gmailJsLoader.bundle.js",
                "extension.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}