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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://scrumpoker.app และคุณลักษณะหลักของมันคือ "Chrome Extension to open the Scrum Poker App side-by-side with JIRA, Backlog, Pivotal Tracker, Asana, LiquidPlanner, etc."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scrum Poker App

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
        }
    }
}