Jira in Chrome

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

Jira in Chromeคืออะไร?

Jira in Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://saasjet.com และคุณลักษณะหลักของมันคือ "Jira & Chrome Extension: Manage Issues Effortlessly Without Switching to Jira."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jira in Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}