Redbooth Timer
This extension acts as a timer for your Redbooth (Teambox) tasks.
Redbooth Timer क्या है?
Redbooth Timer Jonathan Schroeder द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension acts as a timer for your Redbooth (Teambox) tasks."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Redbooth Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This a closed, private solution and cannot be contributed to without written or other consent from the author. I'm not opposed to additions or tweaks but they must be reviewed and approved by me. My codebase is not available re-use without written consent by me. What it is, what it does: Start and stop time against any task in Redbooth. This timer control adds start and stop buttons to each task allowing you to easily log time against each task as you work on it. This extension attaches start and stop buttons directly within the Redbooth UI.
एक्सटेंशन की मूल जानकारी
नाम | Redbooth Timer |
ID | daiaammpoialambbheimipcieipblmcl |
आधिकारिक URL | https://chromewebstore.google.com/detail/redbooth-timer/daiaammpoialambbheimipcieipblmcl |
विवरण | This extension acts as a timer for your Redbooth (Teambox) tasks. |
फ़ाइल का आकार | 98.25 KB |
स्थापना संख्या | 379 |
वर्तमान संस्करण | 3.3 |
अंतिम अपडेट | 2016-05-29 |
प्रकाशन तिथि | 2016-05-28 |
रेटिंग | 3.85/5 कुल 20 रेटिंग्स |
डेवलपर | Jonathan Schroeder |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Redbooth Timer", "description": "This extension acts as a timer for your Redbooth (Teambox) tasks.", "icons": { "16": "redbooth-timer16.png", "48": "redbooth-timer48.png", "128": "redbooth-timer.png" }, "version": "3.3", "web_accessible_resources": [ "jquery2.js" ], "content_scripts": [ { "matches": [ "https:\/\/redbooth.com\/*" ], "css": [ "teamboxTimer.css" ], "js": [ "jquery2.js", "script_jso.js" ] } ], "permissions": [ "https:\/\/redbooth.com\/" ], "browser_action": { "default_icon": "redbooth-timer16.png", "default_popup": "popup.html" } } |