Maekersuite - Teleprompter
A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls.
Co to jest Maekersuite - Teleprompter?
Maekersuite - Teleprompter to rozszerzenie Chrome opracowane przez https://maekersuite.com, a jego główną funkcją jest „A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Maekersuite - Teleprompter
Pobierz pliki rozszerzeń Maekersuite - Teleprompter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mhejapfpogifiepialmafoblkmehkodp |
| Oficjalny URL | https://chromewebstore.google.com/detail/maekersuite-teleprompter/mhejapfpogifiepialmafoblkmehkodp |
| Opis | A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls. |
| Rozmiar pliku | 1.87 MB |
| Liczba instalacji | 3,503 |
| Aktualna Wersja | 1.12 |
| Ostatnia Aktualizacja | 2023-03-21 |
| Data Publikacji | 2022-02-06 |
| Ocena | 3.77/5 Łącznie 13 Oceny |
| Deweloper | https://maekersuite.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://maekersuite.com |
| Adres URL Strony Pomocy | https://maekersuite.com/login |
| Obsługiwane Języki | 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'"
}
} | |