Google Meet Microphone
Google Meet Microphone ON/OFF
Vad är Google Meet Microphone?
Google Meet Microphone är en Chrome-tillägg utvecklad av Genius Lynx, och dess huvudfunktion är "Google Meet Microphone ON/OFF".
Tilläggsskärmbilder
Ladda ner Google Meet Microphone-förlängningens CRX-fil
Ladda ner Google Meet Microphone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Turn your Google Meet Microphone ON/OFF from any tab on the browser window by clicking the extension icon from the extensions bar on the top right. Grundläggande Information om Tillägg
| Namn | |
| ID | afljajkplijmejjcccffakganicgkafk |
| Officiell webbadress | https://chromewebstore.google.com/detail/google-meet-microphone/afljajkplijmejjcccffakganicgkafk |
| Beskrivning | Google Meet Microphone ON/OFF |
| Filstorlek | 19.4 KB |
| Antal Installationer | 819 |
| Aktuell Version | 2.0.0.0 |
| Senast Uppdaterad | 2022-11-11 |
| Publiceringsdatum | 2021-12-21 |
| Betyg | 4.00/5 Totalt 3 Betyg |
| Utvecklare | Genius Lynx |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://geniuslynx.com/privacy-policy |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Google Meet Microphone",
"version": "2.0.0.0",
"author": "Genius Lynx",
"description": "Google Meet Microphone ON\/OFF",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Google Meet Microphone"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs",
"https:\/\/meet.google.com\/*",
"activeTab"
],
"background": {
"page": "background.html",
"persistent": false
},
"content_scripts": [
{
"matches": [
"https:\/\/meet.google.com\/*"
],
"js": [
"content.js"
]
}
],
"manifest_version": 2
} | |