Google Meet Visual Timer

This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.

Google Meet Visual Timer란 무엇입니까?

Google Meet Visual Timer은(는) https://timer.smartrday.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Google Meet Visual Timer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Take back control of your meetings.

Meetings can easily get out of hand and one solution is Timeboxing :
Keep track of the time and allocate specific amount of time to specific parts of the agenda.                    

확장 프로그램 기본 정보

이름 Google Meet Visual Timer Google Meet Visual Timer
ID gfjhjjpfbhbkdidgimbdnhipbdmmmpkj
공식 URL https://chromewebstore.google.com/detail/google-meet-visual-timer/gfjhjjpfbhbkdidgimbdnhipbdmmmpkj
설명 This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.
파일 크기 130 KB
설치 횟수 9,000
현재 버전 1.6.1
최근 업데이트 2020-12-07
출시 날짜 2020-06-15
평점 1.89/5 총 9 개의 평점
개발자 https://timer.smartrday.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://timer.smartrday.com/
도움말 페이지 URL http://timer.smartrday.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Fred Gouv",
    "browser_action": {
        "default_icon": {
            "128": "images\/128.png",
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png"
        },
        "default_popup": "index.html",
        "default_title": "Google Meet Timer Visual"
    },
    "web_accessible_resources": [
        "alarm.mp3",
        "css\/bootstrap.min.css",
        "css\/jquery-3.5.1.min.js",
        "css\/bootstrap.bundle.min.js"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ],
    "description": "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "Google Meet Visual Timer",
    "version": "1.6.1"
}