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擴展程式,該擴展的主要功能是“Chrome Extension to open the Scrum Poker App side-by-side with JIRA, Backlog, Pivotal Tracker, Asana, LiquidPlanner, etc.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Scrum Poker App擴展crx文件

下載Scrum Poker App擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Scrum Poker App
ID bldokddpppfjgaagcmmmomlmnpjmcmkg
官方網址 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"
        }
    }
}