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 |
| Eメール | [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'"
}
} | |