Maekersuite - Teleprompter
A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls.
Wat is Maekersuite - Teleprompter?
Maekersuite - Teleprompter is een Chrome-extensie ontwikkeld door https://maekersuite.com, en de belangrijkste functie is "A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls.".
Extensie Screenshots
Download het CRX-bestand van de extensie Maekersuite - Teleprompter
Download Maekersuite - Teleprompter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls. Basisinformatie over de Extensie
| Naam | |
| ID | mhejapfpogifiepialmafoblkmehkodp |
| Officiële URL | https://chromewebstore.google.com/detail/maekersuite-teleprompter/mhejapfpogifiepialmafoblkmehkodp |
| Beschrijving | A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls. |
| Bestandsgrootte | 1.87 MB |
| Aantal Installaties | 3,503 |
| Huidige Versie | 1.12 |
| Laatst Bijgewerkt | 2023-03-21 |
| Publicatiedatum | 2022-02-06 |
| Beoordeling | 3.77/5 Totaal 13 Beoordelingen |
| Ontwikkelaar | https://maekersuite.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://maekersuite.com |
| Help Pagina-URL | https://maekersuite.com/login |
| Ondersteunde Talen | 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'"
}
} | |