Story Point Estimations for Google Meet

Quick story point estimation for team members

什麼是Story Point Estimations for Google Meet?

Story Point Estimations for Google Meet是由simon.bradley1993開發的Chrome擴展程式,該擴展的主要功能是“Quick story point estimation for team members”。

擴展截圖

screenshot
screenshot

下載Story Point Estimations for Google Meet擴展crx文件

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

擴展使用說明

                        Allows team members to submit their story point estimations during a Google Meet. This also includes reaction notifications for thumbs up, down and to raise your hand to ask a question.                    

擴展基本資訊

名稱 Story Point Estimations for Google Meet Story Point Estimations for Google Meet
ID ficpbkgajgjgblpohlpmlmoijiablgll
官方網址 https://chromewebstore.google.com/detail/story-point-estimations-f/ficpbkgajgjgblpohlpmlmoijiablgll
簡介 Quick story point estimation for team members
檔案大小 19.17 MB
安裝次數 118
目前版本 1.3.3
更新時間 2021-05-17
上架時間 2020-09-29
評分 3.67/5 共 3 次評分
開發者 simon.bradley1993
電子郵箱 [email protected]
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Story Point Estimations for Google Meet",
    "version": "1.3.3",
    "description": "Quick story point estimation for team members",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/**-**-**"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "dist\/*",
        "img\/*",
        "inject.js"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/48.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.google.com\/**-**-**"
        ]
    }
}