Scrum Timer
Scrum Timer
Scrum Timer क्या है?
Scrum Timer wangcong1221 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scrum Timer"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Scrum Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Scrum Timer Version 1.4: Fix some issues. Version 1.3: User could config their own urls. Version 1.2: Only available for sapjira.wdf.sap.corp. Steps to use: 1. Install the extension. 2. Open your jira (for now only support sapjira.wdf.sap.corp) and you will see the extension's button enlightened. 3. Click on the button "Daily Scrum" and you will see the extension on the head of the page. 4. For each backlog just click the "GO!" button to start counting down. 5. Click on the button "Daily Scrum" again to close the extension. 6. You could configure the time in extension options page. Support: [email protected]
एक्सटेंशन की मूल जानकारी
नाम | Scrum Timer |
ID | nnbobiopmflhekiicebfiohdfbdgbgbi |
आधिकारिक URL | https://chromewebstore.google.com/detail/scrum-timer/nnbobiopmflhekiicebfiohdfbdgbgbi |
विवरण | Scrum Timer |
फ़ाइल का आकार | 226 KB |
स्थापना संख्या | 49 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2018-11-06 |
प्रकाशन तिथि | 2018-11-05 |
डेवलपर | wangcong1221 |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/I322871 |
सहायता पृष्ठ URL | https://github.com/I322871 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scrum Timer", "version": "1.4", "description": "Scrum Timer", "permissions": [ "activeTab", "storage", "declarativeContent" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/panda.png", "32": "img\/panda.png", "48": "img\/panda.png", "128": "img\/panda.png" } }, "icons": { "16": "img\/panda.png", "32": "img\/panda.png", "48": "img\/panda.png", "128": "img\/panda.png" }, "manifest_version": 2 } |