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 |
官方網址 | 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" ] } |