GoToBoardAndJiraNotification
Go, tab, write and Go or search and get jira notification
Hvad er GoToBoardAndJiraNotification?
GoToBoardAndJiraNotification er en Chrome-udvidelse udviklet af Gaetano Perna, og dens hovedfunktion er "Go, tab, write and Go or search and get jira notification".
Udvidelsesskærmbilleder
Download GoToBoardAndJiraNotification-udvidelses-CRX-fil
Download GoToBoardAndJiraNotification-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lmbobdpjnmfeibphoiegjefjmoabagfa |
| Officiel URL | https://chromewebstore.google.com/detail/gotoboardandjiranotificat/lmbobdpjnmfeibphoiegjefjmoabagfa |
| Beskrivelse | Go, tab, write and Go or search and get jira notification |
| Filstørrelse | 57.62 KB |
| Antal Installationer | 39 |
| Nuværende Version | 2.2.2 |
| Senest Opdateret | 2021-10-29 |
| Udgivelsesdato | 2021-10-18 |
| Udvikler | Gaetano Perna |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |