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ファイルをダウンロード

Upmeet extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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;"
    }
}