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 là gì?

Scrum Poker App là một tiện ích mở rộng Chrome được phát triển bởi https://scrumpoker.app, và tính năng chính của nó là "Chrome Extension to open the Scrum Poker App side-by-side with JIRA, Backlog, Pivotal Tracker, Asana, LiquidPlanner, etc.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scrum Poker App

Tải xuống các tệp mở rộng Scrum Poker App dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scrum Poker App Scrum Poker App
ID bldokddpppfjgaagcmmmomlmnpjmcmkg
URL Chính Thức https://chromewebstore.google.com/detail/scrum-poker-app/bldokddpppfjgaagcmmmomlmnpjmcmkg
Mô tả Chrome Extension to open the Scrum Poker App side-by-side with JIRA, Backlog, Pivotal Tracker, Asana, LiquidPlanner, etc.
Kích Thước Tệp 132 KB
Số Lần Cài Đặt 729
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2021-06-03
Ngày Phát Hành 2021-01-21
Nhà Phát Triển https://scrumpoker.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://scrumpoker.app
URL Trang Trợ Giúp https://scrumpoker.app/contact.html
URL Trang Chính Sách Bảo Mật https://scrumpoker.app/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}