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…".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة JIRA watcher

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

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

                        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!                    

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

الاسم JIRA watcher JIRA watcher
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"
    }
}