Redmine Time Tracker
Plugin to track your work time (works with chrome closed) and manage it.
Redmine Time Tracker क्या है?
Redmine Time Tracker matheusmmcs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plugin to track your work time (works with chrome closed) and manage it."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Redmine Time Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Redmine Task Timer
एक्सटेंशन की मूल जानकारी
नाम | Redmine Time Tracker |
ID | kofohpbnioeihonedeofiompgloghehe |
आधिकारिक URL | https://chromewebstore.google.com/detail/redmine-time-tracker/kofohpbnioeihonedeofiompgloghehe |
विवरण | Plugin to track your work time (works with chrome closed) and manage it. |
फ़ाइल का आकार | 265 KB |
स्थापना संख्या | 159 |
वर्तमान संस्करण | 0.2.4 |
अंतिम अपडेट | 2014-07-03 |
प्रकाशन तिथि | 2014-07-03 |
रेटिंग | 3.33/5 कुल 15 रेटिंग्स |
डेवलपर | matheusmmcs |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redmine Time Tracker", "version": "0.2.4", "description": "Plugin to track your work time (works with chrome closed) and manage it.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/jquery.js" ] } ], "permissions": [ "notifications", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "unlimitedStorage" ], "background": { "scripts": [ "js\/jquery.js", "js\/utils.js", "js\/background.js" ] }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png" }, "browser_action": { "default_icon": "images\/icon16.png", "default_title": "RedmineTimeTracker", "default_popup": "templates\/popup.html" }, "web_accessible_resources": [ "js\/jquery.min.map", "js\/jquery.calendario.redmine.js", "css\/calendario-redmine.css", "fonts\/glyphicons-halflings-regular.svg", "fonts\/glyphicons-halflings-regular.eot", "fonts\/glyphicons-halflings-regular.ttf", "fonts\/glyphicons-halflings-regular.woff" ], "manifest_version": 2 } |