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 là gì?

Rate a Meeting là một tiện ích mở rộng Chrome được phát triển bởi New Story, và tính năng chính của nó là "With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rate a Meeting

Tải xuống các tệp mở rộng Rate a Meeting dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rate a Meeting Rate a Meeting
ID bomhbmncnmnfjohhbgiejdiphjnbkbba
URL Chính Thức https://chromewebstore.google.com/detail/rate-a-meeting/bomhbmncnmnfjohhbgiejdiphjnbkbba
Mô tả With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.
Kích Thước Tệp 17.92 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2020-03-25
Ngày Phát Hành 2020-03-25
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển New Story
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rateameeting.com
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}