GoToBoardAndJiraNotification
Go, tab, write and Go or search and get jira notification
O que é GoToBoardAndJiraNotification?
GoToBoardAndJiraNotification é uma extensão do Chrome desenvolvida por Gaetano Perna, e sua principal característica é "Go, tab, write and Go or search and get jira notification".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GoToBoardAndJiraNotification
Baixe arquivos de extensão GoToBoardAndJiraNotification no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | GoToBoardAndJiraNotification |
ID | lmbobdpjnmfeibphoiegjefjmoabagfa |
URL Oficial | https://chromewebstore.google.com/detail/gotoboardandjiranotificat/lmbobdpjnmfeibphoiegjefjmoabagfa |
Descrição | Go, tab, write and Go or search and get jira notification |
Tamanho do Arquivo | 57.62 KB |
Contagem de Instalações | 39 |
Versão Atual | 2.2.2 |
Última Atualização | 2021-10-29 |
Data de Publicação | 2021-10-18 |
Desenvolvedor | Gaetano Perna |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |