Maekersuite - Teleprompter
A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls.
什么是Maekersuite - Teleprompter?
Maekersuite - Teleprompter是由https://maekersuite.com开发的Chrome扩展程序,该扩展的主要功能是“A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls.”。
扩展截图
下载Maekersuite - Teleprompter扩展crx文件
下载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'"
}
} | |