GoToBoardAndJiraNotification

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

GoToBoardAndJiraNotificationคืออะไร?

GoToBoardAndJiraNotification เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gaetano Perna และคุณลักษณะหลักของมันคือ "Go, tab, write and Go or search and get jira notification"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoToBoardAndJiraNotification

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}