Instant Meet

Start Google Meet calls instantly with just a click of a button!

Instant Meet란 무엇입니까?

Instant Meet은(는) Shahlin Ibrahim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Start Google Meet calls instantly with just a click of a button!"입니다.

확장 프로그램 스크린샷

screenshot

Instant Meet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Get on a NEW Google Meet call with just a click of button; To make it even more convenient, the link is automatically copied so you can pass it on to others. For the lazy ones, you save a whole 7-10 seconds with this easy access 😂

Note: For the automatic copy to clipboard to work, you will need to allow access the first time it asks you                    

확장 프로그램 기본 정보

이름 Instant Meet Instant Meet
ID pjgfblbagmedppcpibbgdkdhbdgehmmi
공식 URL https://chromewebstore.google.com/detail/instant-meet/pjgfblbagmedppcpibbgdkdhbdgehmmi
설명 Start Google Meet calls instantly with just a click of a button!
파일 크기 10.62 KB
설치 횟수 79
현재 버전 1.0.0
최근 업데이트 2023-08-04
출시 날짜 2023-08-04
개발자 Shahlin Ibrahim
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Meet",
    "description": "Start Google Meet calls instantly with just a click of a button!",
    "version": "1.0.0",
    "manifest_version": 3,
    "author": "Shahlin Ibrahim",
    "icons": {
        "16": "images\/logo\/logo-16.png",
        "32": "images\/logo\/logo-32.png",
        "48": "images\/logo\/logo-48.png",
        "128": "images\/logo\/logo-128.png"
    },
    "permissions": [],
    "action": [],
    "host_permissions": [
        "https:\/\/meet.google.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}