Trimble search for JIRA

Quick and efficient search in JIRA

ما هو Trimble search for JIRA؟

Trimble search for JIRA هو إضافة Chrome تم تطويرها بواسطة Oleksandr Parfessa، والميزة الرئيسية لها هي "Quick and efficient search in JIRA".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Trimble search for JIRA

قم بتنزيل ملفات الامتداد Trimble search for JIRA بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Be more efficient with advanced search in JIRA. And find more tickets with Smart search.
Use your favorite filters. And sort the tickets in order as you want.
 
Note. This extension works only for Trimble.                    

معلومات أساسية عن التمديد

الاسم Trimble search for JIRA Trimble search for JIRA
ID cpkpncphdkaagggffjhacdpimocmcejg
عنوان URL الرسمي https://chromewebstore.google.com/detail/trimble-search-for-jira/cpkpncphdkaagggffjhacdpimocmcejg
الوصف Quick and efficient search in JIRA
حجم الملف 62.21 KB
عدد التثبيتات 61
النسخة الحالية 1.4
آخر تحديث 2020-10-29
تاريخ النشر 2020-07-28
المطور Oleksandr Parfessa
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trimble search for JIRA",
    "description": "Quick and efficient search in JIRA",
    "version": "1.4",
    "author": "Oleksandr Parfessa",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "web_input.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/jira.trimble.tools\/*",
        "activeTab",
        "notifications",
        "webNavigation"
    ],
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    }
}