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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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