Maekersuite - Teleprompter
A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls.
Apa itu Maekersuite - Teleprompter?
Maekersuite - Teleprompter adalah ekstensi Chrome yang dikembangkan oleh https://maekersuite.com, dan fitur utamanya adalah "A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Maekersuite - Teleprompter
Unduh file ekstensi Maekersuite - Teleprompter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls. Informasi Dasar Ekstensi
| Nama | |
| ID | mhejapfpogifiepialmafoblkmehkodp |
| URL Resmi | https://chromewebstore.google.com/detail/maekersuite-teleprompter/mhejapfpogifiepialmafoblkmehkodp |
| Deskripsi | A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls. |
| Ukuran File | 1.87 MB |
| Jumlah Instalasi | 3,503 |
| Versi Saat Ini | 1.12 |
| Terakhir Diperbarui | 2023-03-21 |
| Tanggal Publikasi | 2022-02-06 |
| Penilaian | 3.77/5 Total 13 Penilaian |
| Pengembang | https://maekersuite.com |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://maekersuite.com |
| URL Halaman Bantuan | https://maekersuite.com/login |
| Bahasa yang Didukung | 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'"
}
} | |