Rate a Meeting

With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.

Rate a Meetingคืออะไร?

Rate a Meeting เป็นส่วนขยายของ Chrome ที่พัฒนาโดย New Story และคุณลักษณะหลักของมันคือ "With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rate a Meeting

ดาวน์โหลดไฟล์ส่วนขยาย Rate a Meeting ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Meetings consume team members' time and schedule. Unfortunately, little time is spent making meetings more productive and effective.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rate a Meeting Rate a Meeting
ID bomhbmncnmnfjohhbgiejdiphjnbkbba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rate-a-meeting/bomhbmncnmnfjohhbgiejdiphjnbkbba
คำอธิบาย With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.
ขนาดไฟล์ 17.92 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2020-03-25
วันที่เผยแพร่ 2020-03-25
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา New Story
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://rateameeting.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rate a Meeting",
    "version": "0.3",
    "description": "With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "homepage_url": "https:\/\/felixdata.com",
    "browser_action": {
        "default_popup": "index.html"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.zoom.us\/j\/*",
                "*:\/\/*.webex.com\/webappng\/sites\/*",
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}