Upmeet extension

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

Upmeet extension là gì?

Upmeet extension là một tiện ích mở rộng Chrome được phát triển bởi https://upmeet.ai, và tính năng chính của nó là "L'extension permet à Upmeet de rejoindre vos réunions en un clic.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Upmeet extension

Tải xuống các tệp mở rộng Upmeet extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Upmeet extension Upmeet extension
ID apehoplkfhmkhfgkbebhjdhldicfglpg
URL Chính Thức https://chromewebstore.google.com/detail/upmeet-extension/apehoplkfhmkhfgkbebhjdhldicfglpg
Mô tả L'extension permet à Upmeet de rejoindre vos réunions en un clic.
Kích Thước Tệp 393 KB
Số Lần Cài Đặt 330
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-08-24
Ngày Phát Hành 2023-08-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://upmeet.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://upmeet.ai
URL Trang Trợ Giúp https://upmeet.ai
Ngôn Ngữ Được Hỗ Trợ 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;"
    }
}