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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'"
}
} | |