JIRA Helper
There is a JIRA helper to view charts.
JIRA Helper क्या है?
JIRA Helper protonss द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "There is a JIRA helper to view charts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JIRA Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
There is a JIRA helper to view charts. Features: - Story BurnDown - Task BurnDown - Points BurnDown - Graphic Pie Using JIRA API to get informations.
एक्सटेंशन की मूल जानकारी
नाम | JIRA Helper |
ID | fdenphmjbcefmkehfehjmgfhalmjljda |
आधिकारिक URL | https://chromewebstore.google.com/detail/jira-helper/fdenphmjbcefmkehfehjmgfhalmjljda |
विवरण | There is a JIRA helper to view charts. |
फ़ाइल का आकार | 247 KB |
स्थापना संख्या | 110 |
वर्तमान संस्करण | 1.3.1 |
अंतिम अपडेट | 2018-03-22 |
प्रकाशन तिथि | 2018-03-22 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | protonss |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | pt-BR |
manifest.json | |
{ "manifest_version": 2, "version": "1.3.1", "name": "JIRA Helper", "short_name": "Jira Helper", "description": "There is a JIRA helper to view charts.", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "styles\/images\/jira-16.png", "48": "styles\/images\/jira-48.png", "128": "styles\/images\/jira-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "styles\/images\/*.png", "scripts\/main.min.js.map", "scripts\/inject.js" ], "content_scripts": [ { "js": [ "scripts\/main.min.js" ], "css": [ "styles\/css\/inject.min.css" ], "matches": [ "*:\/\/*\/*", "file:\/\/*\/*" ] } ], "offline_enabled": false } |