Story Point Estimations for Google Meet

Quick story point estimation for team members

Co to jest Story Point Estimations for Google Meet?

Story Point Estimations for Google Meet to rozszerzenie Chrome opracowane przez simon.bradley1993, a jego główną funkcją jest „Quick story point estimation for team members”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Story Point Estimations for Google Meet

Pobierz pliki rozszerzeń Story Point Estimations for Google Meet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Story Point Estimations for Google Meet Story Point Estimations for Google Meet
ID ficpbkgajgjgblpohlpmlmoijiablgll
Oficjalny URL https://chromewebstore.google.com/detail/story-point-estimations-f/ficpbkgajgjgblpohlpmlmoijiablgll
Opis Quick story point estimation for team members
Rozmiar pliku 19.17 MB
Liczba instalacji 118
Aktualna Wersja 1.3.3
Ostatnia Aktualizacja 2021-05-17
Data Publikacji 2020-09-29
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper simon.bradley1993
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/**-**-**"
        ]
    }
}