GoToBoardAndJiraNotification
Go, tab, write and Go or search and get jira notification
Cos'è GoToBoardAndJiraNotification?
GoToBoardAndJiraNotification è un'estensione di Chrome sviluppata da Gaetano Perna, e la sua funzione principale è "Go, tab, write and Go or search and get jira notification".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GoToBoardAndJiraNotification
Scarica i file di estensione GoToBoardAndJiraNotification 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
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.
Informazioni di Base sull'Estensione
Nome | GoToBoardAndJiraNotification |
ID | lmbobdpjnmfeibphoiegjefjmoabagfa |
URL Ufficiale | https://chromewebstore.google.com/detail/gotoboardandjiranotificat/lmbobdpjnmfeibphoiegjefjmoabagfa |
Descrizione | Go, tab, write and Go or search and get jira notification |
Dimensione del File | 57.62 KB |
Conteggio Installazioni | 39 |
Versione Corrente | 2.2.2 |
Ultimo Aggiornamento | 2021-10-29 |
Data di Pubblicazione | 2021-10-18 |
Sviluppatore | Gaetano Perna |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |