JIRA watcher
Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the…
JIRA watcherคืออะไร?
JIRA watcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andy และคุณลักษณะหลักของมันคือ "Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JIRA watcher
ดาวน์โหลดไฟล์ส่วนขยาย JIRA watcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the changes in your JIRA filter each 10 seconds such as new task(s) or new status of tasks. Extension displays the number of changed tasks. Also you can click on extension and see the list of changes and open any task if you need. How to use: - create new filter in your JIRA account - open JIRA extension and write your JIRA domain - find your filter and click start button - you'll be informed about any changes via notifications, enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | iiajffelcclpfiphgmhmkbfbbaiadpbm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jira-watcher/iiajffelcclpfiphgmhmkbfbbaiadpbm |
คำอธิบาย | Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the… |
ขนาดไฟล์ | 232 KB |
จำนวนการติดตั้ง | 81 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2020-09-30 |
วันที่เผยแพร่ | 2016-06-16 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Andy |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JIRA watcher", "version": "2.0", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "icons": { "16": "images\/jira16.png", "48": "images\/jira48.png", "128": "images\/jira128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "https:\/\/*\/", "notifications" ], "browser_action": { "default_title": "JIRA watcher", "default_icon": "images\/jira.png", "default_popup": "index.html" } } |