Upmeet extension

L'extension permet à Upmeet de rejoindre vos réunions en un clic.

Upmeet extension란 무엇입니까?

Upmeet extension은(는) https://upmeet.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "L'extension permet à Upmeet de rejoindre vos réunions en un clic."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Upmeet extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        L'extension chrome Upmeet vous permet d'ajouter Upmeet à vos réunions en un clic.                    

확장 프로그램 기본 정보

이름 Upmeet extension Upmeet extension
ID apehoplkfhmkhfgkbebhjdhldicfglpg
공식 URL https://chromewebstore.google.com/detail/upmeet-extension/apehoplkfhmkhfgkbebhjdhldicfglpg
설명 L'extension permet à Upmeet de rejoindre vos réunions en un clic.
파일 크기 393 KB
설치 횟수 330
현재 버전 1.0.0
최근 업데이트 2023-08-24
출시 날짜 2023-08-24
평점 5.00/5 총 1 개의 평점
개발자 https://upmeet.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://upmeet.ai
도움말 페이지 URL https://upmeet.ai
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Upmeet extension",
    "version": "1.0.0",
    "description": "L'extension permet \u00e0 Upmeet de rejoindre vos r\u00e9unions en un clic.",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*",
                "https:\/\/*.zoom.us\/wc\/*",
                "https:\/\/teams.microsoft.com\/l\/meetup-join\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "css": [
                ".\/static\/css\/tailwind.output.css"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/cdn.jsdelivr.net;"
    }
}