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은(는) New Story에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Rate a Meeting 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}