Jira Alert and Updates

Jira Notifications in your chrome browser

Τι είναι το Jira Alert and Updates;

Το Jira Alert and Updates είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Jira Notifications in your chrome browser".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Jira Alert and Updates

Λήψη αρχείων επέκτασης Jira Alert and Updates σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        JiraAlert notifies you for any status/comment update on the Jira you have added to track in the app. It notifies via chrome notifications and also updates badgeText (small text beneath the chrome extension icon in the omnibar) and also as a badgeText beside the JiraID when you click open the app. 
Usage:
1. Copy the jira link and paste it in the text box to get notification on any comment/status updates.
2. Click Refresh to check if there are any updates to the added list of jiras.
3. Click "X" to remove Jira from the tracking list.

Note: There might be delay of 5 minutes.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Jira Alert and Updates Jira Alert and Updates
ID okdnefjehonifdejfbhgakfhibhfcdeb
Επίσημο URL https://chromewebstore.google.com/detail/jira-alert-and-updates/okdnefjehonifdejfbhgakfhibhfcdeb
Περιγραφή Jira Notifications in your chrome browser
Μέγεθος Αρχείου 29.17 KB
Αριθμός Εγκαταστάσεων 77
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2016-06-26
Ημερομηνία Δημοσίευσης 2016-06-26
Αξιολόγηση 3.40/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira Alert and Updates",
    "description": "Jira Notifications in your chrome browser",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "ja_rocket_48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "ja_rocket_16.png",
        "48": "ja_rocket_48.png",
        "128": "ja_rocket_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "https:\/\/*\/*\/rest\/api\/2\/issue\/*",
        "http:\/\/127.0.0.1:5000\/",
        "notifications"
    ]
}