Maekersuite - Teleprompter
A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls.
Vad är Maekersuite - Teleprompter?
Maekersuite - Teleprompter är en Chrome-tillägg utvecklad av https://maekersuite.com, och dess huvudfunktion är "A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls.".
Tilläggsskärmbilder
Ladda ner Maekersuite - Teleprompter-förlängningens CRX-fil
Ladda ner Maekersuite - Teleprompter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls. Grundläggande Information om Tillägg
| Namn | |
| ID | mhejapfpogifiepialmafoblkmehkodp |
| Officiell webbadress | https://chromewebstore.google.com/detail/maekersuite-teleprompter/mhejapfpogifiepialmafoblkmehkodp |
| Beskrivning | A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls. |
| Filstorlek | 1.87 MB |
| Antal Installationer | 3,503 |
| Aktuell Version | 1.12 |
| Senast Uppdaterad | 2023-03-21 |
| Publiceringsdatum | 2022-02-06 |
| Betyg | 3.77/5 Totalt 13 Betyg |
| Utvecklare | https://maekersuite.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://maekersuite.com |
| Hjälpsida URL | https://maekersuite.com/login |
| Stödda Språk | 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'"
}
} | |