Scrum Poker App
Chrome Extension to open the Scrum Poker App side-by-side with JIRA, Backlog, Pivotal Tracker, Asana, LiquidPlanner, etc.
Scrum Poker App क्या है?
Scrum Poker App https://scrumpoker.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extension to open the Scrum Poker App side-by-side with JIRA, Backlog, Pivotal Tracker, Asana, LiquidPlanner, etc."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Scrum Poker App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
3pts.dev is a free online Scrum poker tool for remote agile teams. Estimate agile effort or relative size of user stories, also known as story points, or complexity. Start by creating a room and sharing the link with your team. Everybody joins from their web browser. The Scrum Master (moderator) shares the story description on Zoom, Microsoft Teams, Slack or on a screen projector. Every team member votes with a story points estimate, relative to the anchor story which the team collectively agreed on. The most important feature of 3pts.dev is that users cannot see other votes until everybody has voted or the moderator has shown the votes. With the Scrum Poker App open source extension you can see the story description side-by-side with the voting cards. Don't be alarmed by the permission requirements, the extension is open source: https://github.com/3pts/chrome-extension . Feel free to install it directly from the repository.
एक्सटेंशन की मूल जानकारी
नाम | Scrum Poker App |
ID | bldokddpppfjgaagcmmmomlmnpjmcmkg |
आधिकारिक URL | https://chromewebstore.google.com/detail/scrum-poker-app/bldokddpppfjgaagcmmmomlmnpjmcmkg |
विवरण | Chrome Extension to open the Scrum Poker App side-by-side with JIRA, Backlog, Pivotal Tracker, Asana, LiquidPlanner, etc. |
फ़ाइल का आकार | 132 KB |
स्थापना संख्या | 729 |
वर्तमान संस्करण | 0.5 |
अंतिम अपडेट | 2021-06-03 |
प्रकाशन तिथि | 2021-01-21 |
डेवलपर | https://scrumpoker.app |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://scrumpoker.app |
सहायता पृष्ठ URL | https://scrumpoker.app/contact.html |
गोपनीयता नीति पृष्ठ URL | https://scrumpoker.app/privacy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "3pts.dev", "name": "Scrum Poker App", "version": "0.5", "description": "Chrome Extension to open the Scrum Poker App side-by-side with JIRA, Backlog, Pivotal Tracker, Asana, LiquidPlanner, etc.", "icons": { "16": "assets\/images\/Icon-16.png", "32": "assets\/images\/Icon-32.png", "48": "assets\/images\/Icon-48.png", "128": "assets\/images\/Icon-128.png" }, "permissions": [ "*:\/\/*\/*", "activeTab", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "Scrum Poker App", "default_icon": { "16": "assets\/images\/Icon-16.png", "32": "assets\/images\/Icon-32.png" } } } |