YouTime - A YouTrack Timer

The browser extension acts as a simple start/stop timer, and adds the recorded time to YouTrack issues as workitems.

YouTime - A YouTrack Timer क्या है?

YouTime - A YouTrack Timer https://philipp.ninja द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The browser extension acts as a simple start/stop timer, and adds the recorded time to YouTrack issues as workitems."।

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

screenshot
screenshot

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

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

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

                        YouTrack's inbuilt time tracking does not offer great tools for starting and stopping timers. Other third party time trackers lack integration with YouTrack or do not add the tracked time to the issues. 

This extension provides a simple start/stop style timer which has no external dependencies but YouTrack itself. All tracked time is added to issues in the form of work items. No signup is required and no data is sent anywhere, but to your own YouTrack instance.                    

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

नाम YouTime - A YouTrack Timer YouTime - A YouTrack Timer
ID aophgleohlolehodpabbddkfiiibecbj
आधिकारिक URL https://chromewebstore.google.com/detail/youtime-a-youtrack-timer/aophgleohlolehodpabbddkfiiibecbj
विवरण The browser extension acts as a simple start/stop timer, and adds the recorded time to YouTrack issues as workitems.
फ़ाइल का आकार 1.03 MB
स्थापना संख्या 30
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2020-12-06
प्रकाशन तिथि 2020-09-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://philipp.ninja
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTime - A YouTrack Timer",
    "short_name": "YouTime",
    "version": "1.0.3",
    "description": "The browser extension acts as a simple start\/stop timer, and adds the recorded time to YouTrack issues as workitems.",
    "permissions": [
        "storage",
        "alarms",
        "declarativeContent"
    ],
    "icons": {
        "16": "assets\/favicon.ico",
        "128": "assets\/icon_128.png",
        "256": "assets\/icon_256.png",
        "512": "assets\/icon_512.png"
    },
    "browser_action": {
        "default_popup": "index.html?#\/popup",
        "default_title": "YouTime",
        "default_icon": {
            "128": "assets\/icon_128.png",
            "256": "assets\/icon_256.png",
            "512": "assets\/icon_512.png"
        }
    },
    "options_page": "index.html?#\/options",
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "backgroundPage.js"
        ],
        "persistent": false
    }
}