Redmine Time Spender
Reduce time spent in Redmine.
Redmine Time Spender क्या है?
Redmine Time Spender adrian.devecz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reduce time spent in Redmine."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Redmine Time Spender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Spend less time in Redmine with time tracking. * no need to login again because your session has expired * check your time entries with a simple click/hotkey * change or create a copy of a time entry with the speed of light Source code on [GitHub] (https://github.com/ZalaPanda/redmine-time-spender)
एक्सटेंशन की मूल जानकारी
नाम | Redmine Time Spender |
ID | ajgdpnedcfflmknmalhcaenanifgfiop |
आधिकारिक URL | https://chromewebstore.google.com/detail/redmine-time-spender/ajgdpnedcfflmknmalhcaenanifgfiop |
विवरण | Reduce time spent in Redmine. |
फ़ाइल का आकार | 226 KB |
स्थापना संख्या | 82 |
वर्तमान संस्करण | 1.3.1 |
अंतिम अपडेट | 2023-01-12 |
प्रकाशन तिथि | 2021-10-20 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | adrian.devecz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/ZalaPanda/redmine-time-spender |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Redmine Time Spender", "short_name": "RMTS", "description": "Reduce time spent in Redmine.", "homepage_url": "https:\/\/github.com\/ZalaPanda\/redmine-time-spender", "version": "1.3.1", "version_name": "1.3.1", "background": { "service_worker": "background.js" }, "action": { "default_title": "Redmine Time Spender", "default_icon": "img\/icon-50.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Comma", "mac": "Command+Comma" } } }, "permissions": [ "storage", "cookies" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |