GoToBoardAndJiraNotification

Go, tab, write and Go or search and get jira notification

Qu'est-ce que GoToBoardAndJiraNotification ?

GoToBoardAndJiraNotification est une extension Chrome développée par Gaetano Perna, et sa fonction principale est "Go, tab, write and Go or search and get jira notification".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension GoToBoardAndJiraNotification

Téléchargez les fichiers d'extension GoToBoardAndJiraNotification 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

                        Autoredirect collegato a Jira, immetti la base url del tuo Jira e il plugin, quando scriverai un id della issue, automaticamente ti porterà alla issue.                    

Informations de Base sur l'Extension

Nom GoToBoardAndJiraNotification GoToBoardAndJiraNotification
ID lmbobdpjnmfeibphoiegjefjmoabagfa
URL Officiel https://chromewebstore.google.com/detail/gotoboardandjiranotificat/lmbobdpjnmfeibphoiegjefjmoabagfa
Description Go, tab, write and Go or search and get jira notification
Taille du Fichier 57.62 KB
Nombre d'Installations 39
Version Actuelle 2.2.2
Dernière Mise à Jour 2021-10-29
Date de Publication 2021-10-18
Développeur Gaetano Perna
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GoToBoardAndJiraNotification",
    "description": "Go, tab, write and Go or search and get jira notification",
    "version": "2.2.2",
    "version_name": "2.2.2",
    "omnibox": {
        "keyword": "go"
    },
    "default_locale": "en",
    "icons": {
        "16": "images\/small.png",
        "48": "images\/medium.png",
        "128": "images\/large.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/favicon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*\/*",
        "webRequestBlocking",
        "webRequest",
        "notifications"
    ]
}