Jira in Chrome

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

Cos'è Jira in Chrome?

Jira in Chrome è un'estensione di Chrome sviluppata da https://saasjet.com, e la sua funzione principale è "Jira & Chrome Extension: Manage Issues Effortlessly Without Switching to Jira.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Jira in Chrome

Scarica i file di estensione Jira in Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Jira in Chrome Jira in Chrome
ID eepgnffgkekpdkbkooopffobhfpcgnnh
URL Ufficiale https://chromewebstore.google.com/detail/jira-in-chrome/eepgnffgkekpdkbkooopffobhfpcgnnh
Descrizione Jira & Chrome Extension: Manage Issues Effortlessly Without Switching to Jira.
Dimensione del File 3.02 MB
Conteggio Installazioni 955
Versione Corrente 2.9.5
Ultimo Aggiornamento 2024-02-02
Data di Pubblicazione 2022-11-17
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore https://saasjet.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://saasjet.com/jira-in-chrome-browser-extension/
URL della Pagina di Aiuto https://saasjet.atlassian.net/servicedesk/customer/portal/1
URL della Pagina della Politica sulla Privacy https://saasjet.com/privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}