GoToBoardAndJiraNotification

Go, tab, write and Go or search and get jira notification

GoToBoardAndJiraNotification là gì?

GoToBoardAndJiraNotification là một tiện ích mở rộng Chrome được phát triển bởi Gaetano Perna, và tính năng chính của nó là "Go, tab, write and Go or search and get jira notification".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GoToBoardAndJiraNotification

Tải xuống các tệp mở rộng GoToBoardAndJiraNotification dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GoToBoardAndJiraNotification GoToBoardAndJiraNotification
ID lmbobdpjnmfeibphoiegjefjmoabagfa
URL Chính Thức https://chromewebstore.google.com/detail/gotoboardandjiranotificat/lmbobdpjnmfeibphoiegjefjmoabagfa
Mô tả Go, tab, write and Go or search and get jira notification
Kích Thước Tệp 57.62 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 2.2.2
Cập Nhật Lần Cuối 2021-10-29
Ngày Phát Hành 2021-10-18
Nhà Phát Triển Gaetano Perna
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}