Find My Meeting

Find and activate all your Google Meet™ tabs!

Find My Meeting란 무엇입니까?

Find My Meeting은(는) Andrew Fernandes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find and activate all your Google Meet™ tabs!"입니다.

확장 프로그램 스크린샷

screenshot

Find My Meeting 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Has this ever happened to you?! You're using Google Meet™ with Google Chrome™ and you switch to another window and... you can't... just can't find your active meeting tab anymore! It's lost in a sea of browser windows and tabs!

Sure, you can look for the little "tab is using the camera or microphone" indicator... but what if you have dozens of windows, each with dozens of tabs?! How frustrating! How unprofessional! How embarrassing!

But wait! This extension provides a simple solution to your "lost meeting" woes! Just click on its icon and all tabs open to a "meet.googe.com" URL will be activated and focused to the foreground!                    

확장 프로그램 기본 정보

이름 Find My Meeting Find My Meeting
ID egfiaddcdhpdmggbhdpafbpipnopnegl
공식 URL https://chromewebstore.google.com/detail/find-my-meeting/egfiaddcdhpdmggbhdpafbpipnopnegl
설명 Find and activate all your Google Meet™ tabs!
파일 크기 473 KB
설치 횟수 167
현재 버전 1.1
최근 업데이트 2020-08-05
출시 날짜 2020-08-03
평점 5.00/5 총 4 개의 평점
개발자 Andrew Fernandes
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/adfernandes/find-my-meeting
도움말 페이지 URL https://github.com/adfernandes/find-my-meeting
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Find and activate all your Google Meet\u2122 tabs!",
    "manifest_version": 2,
    "name": "Find My Meeting",
    "permissions": [
        "tabs"
    ],
    "version": "1.1",
    "icons": {
        "16": "icons\/bullseye-16.png",
        "24": "icons\/bullseye-24.png",
        "32": "icons\/bullseye-32.png",
        "48": "icons\/bullseye-48.png",
        "64": "icons\/bullseye-64.png",
        "96": "icons\/bullseye-96.png",
        "128": "icons\/bullseye-128.png",
        "256": "icons\/bullseye-256.png",
        "768": "icons\/bullseye-768.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_area": "tabstrip",
        "default_tite": "Find My Meeting",
        "default_popup": "main.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}