Jira Watcher
The best extension to take control of your Jira issues.
ما هو Jira Watcher؟
Jira Watcher هو إضافة Chrome تم تطويرها بواسطة Ciro Miranda، والميزة الرئيسية لها هي "The best extension to take control of your Jira issues.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Jira Watcher
قم بتنزيل ملفات الامتداد Jira Watcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to keep close attention to a specific list of issues. You can configure a custom JQL query that keeps you updated with the changes made to the effected issues. Get notifications when issues are commented or when they change state. Have better control of your sprints or any list of issues that you want to keep an eye out right on the browser.
معلومات أساسية عن التمديد
الاسم | Jira Watcher |
ID | aibfblhmamolcamgjgbbfjjjligbknmf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/jira-watcher/aibfblhmamolcamgjgbbfjjjligbknmf |
الوصف | The best extension to take control of your Jira issues. |
حجم الملف | 407 KB |
عدد التثبيتات | 191 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2015-06-09 |
تاريخ النشر | 2015-06-09 |
تقييم | 3.25/5 مجموع تقييمات 4 |
المطور | Ciro Miranda |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jira Watcher", "description": "The best extension to take control of your Jira issues.", "version": "1.0.0", "icons": { "128": "images\/JIRA_navy.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "build\/html\/popup.html" }, "background": { "scripts": [ "build\/js\/bg_compiled.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "options_ui": { "page": "options.html", "chrome_style": true }, "web_accessible_resources": [ "build\/html\/options.html" ], "permissions": [ "background", "notifications", "storage", "http:\/\/*\/", "https:\/\/*\/" ] } |