Maekersuite - Teleprompter
A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls.
Co je Maekersuite - Teleprompter?
Maekersuite - Teleprompter je rozšíření Chrome vyvinuté https://maekersuite.com, a jeho hlavní funkcí je „A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Maekersuite - Teleprompter
Stáhněte si soubory rozšíření Maekersuite - Teleprompter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls. Základní Informace o Rozšíření
| Název | |
| ID | mhejapfpogifiepialmafoblkmehkodp |
| Oficiální URL | https://chromewebstore.google.com/detail/maekersuite-teleprompter/mhejapfpogifiepialmafoblkmehkodp |
| Popis | A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls. |
| Velikost souboru | 1.87 MB |
| Počet instalací | 3,503 |
| Aktuální Verze | 1.12 |
| Poslední Aktualizace | 2023-03-21 |
| Datum Vydání | 2022-02-06 |
| Hodnocení | 3.77/5 Celkem 13 Hodnocení |
| Vývojář | https://maekersuite.com |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://maekersuite.com |
| URL Stránky Nápovědy | https://maekersuite.com/login |
| Podporované Jazyky | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Maekersuite - Teleprompter",
"version": "1.12",
"manifest_version": 3,
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"128": "logo.png"
}
},
"permissions": [
"storage",
"unlimitedStorage"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; script-src-elem 'self' https:\/\/cdn.segment.com https:\/\/apis.google.com https:\/\/www.googleapis.com https:\/\/www.gstatic.com https:\/\/securetoken.googleapis.com https:\/\/widget.intercom.io https:\/\/js.intercomcdn.com; object-src 'none'"
}
} | |