Upmeet extension
L'extension permet à Upmeet de rejoindre vos réunions en un clic.
What is Upmeet extension?
Upmeet extension is a Chrome extension developed by https://upmeet.ai, and its main feature is "L'extension permet à Upmeet de rejoindre vos réunions en un clic.".
Extension Screenshots
Download Upmeet extension Extension CRX File
Download Upmeet extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
L'extension chrome Upmeet vous permet d'ajouter Upmeet à vos réunions en un clic.
Extension Basic Information
Name | Upmeet extension |
ID | apehoplkfhmkhfgkbebhjdhldicfglpg |
Official URL | https://chromewebstore.google.com/detail/upmeet-extension/apehoplkfhmkhfgkbebhjdhldicfglpg |
Description | L'extension permet à Upmeet de rejoindre vos réunions en un clic. |
File Size | 393 KB |
Installation Count | 330 |
Current Version | 1.0.0 |
Last Updated | 2023-08-24 |
Publish Date | 2023-08-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://upmeet.ai |
[email protected] | |
Payment Type | free |
Extension Website | https://upmeet.ai |
Help Page URL | https://upmeet.ai |
Supported Languages | 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;" } } |