Jira Timesheet for Google Chrome

Gets the worklogs from the project, filter and group them by user and generate a weekly report.

Jira Timesheet for Google Chrome क्या है?

Jira Timesheet for Google Chrome Dyeison Carraro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gets the worklogs from the project, filter and group them by user and generate a weekly report."।

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

screenshot

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

crx प्रारूप में Jira Timesheet for Google Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम Jira Timesheet for Google Chrome Jira Timesheet for Google Chrome
ID icdeoclacajhnleplbffkcbhgpocikda
आधिकारिक URL https://chromewebstore.google.com/detail/jira-timesheet-for-google/icdeoclacajhnleplbffkcbhgpocikda
विवरण Gets the worklogs from the project, filter and group them by user and generate a weekly report.
फ़ाइल का आकार 213 KB
स्थापना संख्या 378
वर्तमान संस्करण 0.4
अंतिम अपडेट 2015-11-04
प्रकाशन तिथि 2015-11-04
रेटिंग 4.00/5 कुल 5 रेटिंग्स
डेवलपर Dyeison Carraro
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira Timesheet for Google Chrome",
    "short_name": "Jira-TimeSheet",
    "description": "Gets the worklogs from the project, filter and group them by user and generate a weekly report.",
    "version": "0.4",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Jira Timesheet",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}