GoToBoardAndJiraNotification
Go, tab, write and Go or search and get jira notification
Was ist GoToBoardAndJiraNotification?
GoToBoardAndJiraNotification ist eine Chrome-Erweiterung, die von Gaetano Perna entwickelt wurde, und ihr Hauptmerkmal ist "Go, tab, write and Go or search and get jira notification".
Erweiterungsscreenshots
GoToBoardAndJiraNotification-Erweiterungs-CRX-Datei herunterladen
Laden Sie GoToBoardAndJiraNotification-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | GoToBoardAndJiraNotification |
ID | lmbobdpjnmfeibphoiegjefjmoabagfa |
Offizielle URL | https://chromewebstore.google.com/detail/gotoboardandjiranotificat/lmbobdpjnmfeibphoiegjefjmoabagfa |
Beschreibung | Go, tab, write and Go or search and get jira notification |
Dateigröße | 57.62 KB |
Installationsanzahl | 39 |
Aktuelle Version | 2.2.2 |
Letztes Update | 2021-10-29 |
Veröffentlichungsdatum | 2021-10-18 |
Entwickler | Gaetano Perna |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |