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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick story point estimation for team members"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Story Point Estimations for Google Meet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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
ईमेल [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\/**-**-**"
        ]
    }
}