GoToBoardAndJiraNotification
Go, tab, write and Go or search and get jira notification
什么是GoToBoardAndJiraNotification?
GoToBoardAndJiraNotification是由Gaetano Perna开发的Chrome扩展程序,该扩展的主要功能是“Go, tab, write and Go or search and get jira notification”。
扩展截图
下载GoToBoardAndJiraNotification扩展crx文件
下载GoToBoardAndJiraNotification扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | GoToBoardAndJiraNotification |
ID | lmbobdpjnmfeibphoiegjefjmoabagfa |
官方URL | https://chromewebstore.google.com/detail/gotoboardandjiranotificat/lmbobdpjnmfeibphoiegjefjmoabagfa |
简介 | Go, tab, write and Go or search and get jira notification |
文件大小 | 57.62 KB |
安装次数 | 39 |
当前版本 | 2.2.2 |
更新时间 | 2021-10-29 |
上架时间 | 2021-10-18 |
开发者 | Gaetano Perna |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |