Jira Worklog Tool

This extension allows the user to log the work in Jira easily.

Jira Worklog Tool क्या है?

Jira Worklog Tool alfeugds द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to log the work in Jira easily."।

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

screenshot
screenshot
screenshot

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

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

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

                        Visit the link below for more details:
https://github.com/alfeugds/jiraworklogtool

--

## Current Features ##

* Bulk insert worklogs in Jira;
* Converts your task list from text format to a worklog format Jira understands;
* Log your time in Jira issues without the need to open Jira;
* Add, edit and delete worklogs directly from the Chrome Extension;
* Keep track of how many hours you already spent in the tasks;
* Supports SAML and Basic Authentication with Jira app token.

Logging your time in Jira doesn't need to be a pain anymore.
If you already keep track of your tasks in a TODO list from a text file, then all you need to do is to adapt your list items to the below intuitive format:

 - 

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

नाम Jira Worklog Tool Jira Worklog Tool
ID pekbjnkonfmgjfnbpmindidammhgmjji
आधिकारिक URL https://chromewebstore.google.com/detail/jira-worklog-tool/pekbjnkonfmgjfnbpmindidammhgmjji
विवरण This extension allows the user to log the work in Jira easily.
फ़ाइल का आकार 54.14 KB
स्थापना संख्या 1,116
वर्तमान संस्करण 0.5.1
अंतिम अपडेट 2022-06-18
प्रकाशन तिथि 2020-04-11
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर alfeugds
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/alfeugds/jiraworklogtool
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jira Worklog Tool",
    "version": "0.5.1",
    "author": "alfeugds",
    "description": "This extension allows the user to log the work in Jira easily.",
    "homepage_url": "https:\/\/github.com\/alfeugds\/jiraworklogtool",
    "icons": {
        "128": "img\/icon-time-task-512x512.png"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": "img\/icon-time-task-512x512.png",
        "default_popup": "temp-popup.html",
        "default_title": "Log Work"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}