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 هو إضافة Chrome تم تطويرها بواسطة simon.bradley1993، والميزة الرئيسية لها هي "Quick story point estimation for team members".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Story Point Estimations for Google Meet

قم بتنزيل ملفات الامتداد Story Point Estimations for Google Meet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/**-**-**"
        ]
    }
}