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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}