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'"
}
} | |