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」です。
拡張機能のスクリーンショット
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 |
ID | ficpbkgajgjgblpohlpmlmoijiablgll |
公式URL | 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 |
Eメール | [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\/**-**-**" ] } } |