Jira Watcher

The best extension to take control of your Jira issues.

Jira Watcher क्या है?

Jira Watcher Ciro Miranda द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The best extension to take control of your Jira issues."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Jira Watcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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:\/\/*\/"
    ]
}