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": [
                ""
            ]
        }
    ]
}