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 |
| 官方網址 | 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'"
}
} | |