Maekersuite - Teleprompter
A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls.
Что такое Maekersuite - Teleprompter?
Maekersuite - Teleprompter - это расширение Chrome, разработанное https://maekersuite.com, и его основная функция - "A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls.".
Снимки экрана расширения
Скачать файл CRX расширения Maekersuite - Teleprompter
Скачайте файлы расширений Maekersuite - Teleprompter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls. Основная информация о расширении
| Название | |
| ID | mhejapfpogifiepialmafoblkmehkodp |
| Официальный URL | https://chromewebstore.google.com/detail/maekersuite-teleprompter/mhejapfpogifiepialmafoblkmehkodp |
| Описание | A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls. |
| Размер файла | 1.87 MB |
| Количество установок | 3,503 |
| Текущая Версия | 1.12 |
| Последнее Обновление | 2023-03-21 |
| Дата публикации | 2022-02-06 |
| Рейтинг | 3.77/5 Всего 13 оценок |
| Разработчик | https://maekersuite.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://maekersuite.com |
| URL страницы помощи | https://maekersuite.com/login |
| Поддерживаемые языки | 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'"
}
} | |