MuteDeck Google Meet Extension
This extension discovers and controls Google Meet calls and passes on the status to MuteDeck. Get MuteDeck from https://mutedeck.com
Wat is MuteDeck Google Meet Extension?
MuteDeck Google Meet Extension is een Chrome-extensie ontwikkeld door https://mutedeck.com, en de belangrijkste functie is "This extension discovers and controls Google Meet calls and passes on the status to MuteDeck. Get MuteDeck from https://mutedeck.com".
Extensie Screenshots
Download het CRX-bestand van de extensie MuteDeck Google Meet Extension
Download MuteDeck Google Meet Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Control your Google Meet calls with MuteDeck. Install this extension to make Google Meet available inside MuteDeck. Get more information on: https://mutedeck.com
Basisinformatie over de Extensie
Naam | MuteDeck Google Meet Extension |
ID | egphpgddoenbpakmaojmnjpjoflmknjk |
Officiële URL | https://chromewebstore.google.com/detail/mutedeck-google-meet-exte/egphpgddoenbpakmaojmnjpjoflmknjk |
Beschrijving | This extension discovers and controls Google Meet calls and passes on the status to MuteDeck. Get MuteDeck from https://mutedeck.com |
Bestandsgrootte | 62.03 KB |
Aantal Installaties | 1,785 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2023-05-03 |
Publicatiedatum | 2022-10-19 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://mutedeck.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://mutedeck.com |
Help Pagina-URL | https://mutedeck.com |
URL van de Privacybeleid Pagina | https://mutedeck.com/privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MuteDeck Google Meet Extension", "version": "1.4", "description": "This extension discovers and controls Google Meet calls and passes on the status to MuteDeck. Get MuteDeck from https:\/\/mutedeck.com", "manifest_version": 3, "permissions": [ "storage", "activeTab" ], "host_permissions": [ "https:\/\/meet.google.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "contentScript.js" ], "run_at": "document_idle" } ], "options_ui": { "page": "options.html", "open_in_tab": false }, "action": { "default_icon": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" } } |