YouTrack support for Harvest Time Tracker
This extension adds YouTrack support to Harvest Time Tracker extension (should be installed to work)
YouTrack support for Harvest Time Tracker क्या है?
YouTrack support for Harvest Time Tracker extempl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds YouTrack support to Harvest Time Tracker extension (should be installed to work)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTrack support for Harvest Time Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
                        This extension adds YouTrack integration for Harvest Time Tracker extension (https://chrome.google.com/webstore/detail/harvest-time-tracker/fbpiglieekigmkeebmeohkelfpjjlaia).
Functional:
Adds Harvest tracker button to ordinary issue view and agile issue popup
Adds one-way (H -> YT) time tracking synchronization
works within 25 hours (syncs yesterday if triggered in first hour)
can be triggered by extension button
normally runs every hour automatically
if entry is in progress - tries to sync in 10 min
can update synced entries
Notes:
For initial config see extension options
Harvest entry notes should start with YouTrack issue id: XYZ-123
YouTrack entry type can be set from Harvest task. Obviously, YT should contain it in list. "No Type" by default.
YT work entry always will be set by current logged in user
Entry will be updated each sync attempt (is changed) even if in progress.
Next sync time is also available in the title of the browser button                     एक्सटेंशन की मूल जानकारी
| नाम |   |  
| ID | fokacpffkmckblabfebdeadojcffbfhl | 
| आधिकारिक URL | https://chromewebstore.google.com/detail/youtrack-support-for-harv/fokacpffkmckblabfebdeadojcffbfhl | 
| विवरण | This extension adds YouTrack support to Harvest Time Tracker extension (should be installed to work) | 
| फ़ाइल का आकार | 67.44 KB | 
| स्थापना संख्या | 103 | 
| वर्तमान संस्करण | 2.5.9.1 | 
| अंतिम अपडेट | 2018-11-17 | 
| प्रकाशन तिथि | 2018-11-17 | 
| रेटिंग | 5.00/5 कुल 1 रेटिंग्स | 
| डेवलपर | extempl | 
| ईमेल | [email protected] | 
| भुगतान के प्रकार | free | 
| एक्सटेंशन वेबसाइट | https://github.com/extempl/youtrack-support-for-harvest-extension | 
| सहायता पृष्ठ URL | https://github.com/extempl/youtrack-support-for-harvest-extension/issues | 
| समर्थित भाषाएँ | en | 
| manifest.json | |
 {
    "content_scripts": [
        {
            "js": [
                "youtrack.js"
            ],
            "matches": [
                "https:\/\/*.myjetbrains.com\/youtrack\/*"
            ],
            "css": [
                "css\/yt-timer.css"
            ]
        }
    ],
    "description": "This extension adds YouTrack support to Harvest Time Tracker extension (should be installed to work)",
    "icons": {
        "128": "images\/[email protected]",
        "16": "images\/[email protected]",
        "48": "images\/[email protected]"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/lib\/require.js",
            "js\/requireConfig.js",
            "js\/lib\/jquery-ajax-sizzle.min.js",
            "js\/eventPage.js"
        ]
    },
    "name": "YouTrack support for Harvest Time Tracker",
    "permissions": [
        "https:\/\/accounts.google.com\/*",
        "https:\/\/id.getharvest.com\/*",
        "https:\/\/*.harvestapp.com\/*",
        "https:\/\/*.myjetbrains.com\/*",
        "storage",
        "alarms"
    ],
    "browser_action": {
        "default_icon": "images\/[email protected]",
        "default_title": "instant sync"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.5.9.1"
}  |  |