Jira Extension in Chrome

The Jira Extension in Chrome is the ultimate solution to connect your Google Apps with Jira.

Qu'est-ce que Jira Extension in Chrome ?

Jira Extension in Chrome est une extension Chrome développée par https://www.infosysta.com, et sa fonction principale est "The Jira Extension in Chrome is the ultimate solution to connect your Google Apps with Jira.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Jira Extension in Chrome

Téléchargez les fichiers d'extension Jira Extension in Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Jira Extension in Chrome Jira Extension in Chrome
ID mkfhgagoddnhjojmopafgdlllahamifi
URL Officiel https://chromewebstore.google.com/detail/jira-extension-in-chrome/mkfhgagoddnhjojmopafgdlllahamifi
Description The Jira Extension in Chrome is the ultimate solution to connect your Google Apps with Jira.
Taille du Fichier 24.03 MB
Nombre d'Installations 1,863
Version Actuelle 4.1.4
Dernière Mise à Jour 2024-03-05
Date de Publication 2020-06-16
Évaluation 4.33/5 Total 21 Évaluations
Développeur https://www.infosysta.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://marketplace.atlassian.com/apps/1215925/google-to-jira-gtj?hosting=cloud&tab=overview
URL de la Page d'Aide https://css.infosysta.com/servicedesk/customer/portal/14/group/36
URL de la Page de Politique de Confidentialité https://wiki.infosysta.com/x/jqAT
Langues Prises en Charge 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": [
                ""
            ],
            "js": [
                "other_contentScript.js"
            ],
            "css": [
                "content_style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "assets\/icon-32.png",
        "128": "assets\/icon-32.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "identity",
        "storage",
        "scripting",
        "system.display",
        "activeTab",
        "",
        "https:\/\/*.google.com\/*"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "*.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "*.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "*.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "manifest_version": 3,
    "oauth2": {
        "client_id": "768976677270-higgtvslsjcamcqurr6fhdsmvt5a4ggs.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.readonly",
            "https:\/\/www.googleapis.com\/auth\/calendar.events.readonly"
        ]
    }
}