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.”。
扩展截图
下载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 |
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;" } } |