MeetChatSave: Salvar chat do Google Meet
Salve o bate - papo das suas reuniões no Google Meet.
Wat is MeetChatSave: Salvar chat do Google Meet?
MeetChatSave: Salvar chat do Google Meet is een Chrome-extensie ontwikkeld door Barboza Apps, en de belangrijkste functie is "Salve o bate - papo das suas reuniões no Google Meet.".
Extensie Screenshots
Download het CRX-bestand van de extensie MeetChatSave: Salvar chat do Google Meet
Download MeetChatSave: Salvar chat do Google Meet-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
Salve o bate-papo de suas reuniões no Google Meet e mantenha salvo o histórico de toda a conversa sem precisar do recurso de gravação.
Com um simples botão você será capaz de fazer o download do histórico do Chat no Google Meet de forma fácil e rápido. Basisinformatie over de Extensie
| Naam | |
| ID | kbjbjdhcadgapllledgnnllgfhjkldmc |
| Officiële URL | https://chromewebstore.google.com/detail/meetchatsave-salvar-chat/kbjbjdhcadgapllledgnnllgfhjkldmc |
| Beschrijving | Salve o bate - papo das suas reuniões no Google Meet. |
| Bestandsgrootte | 105 KB |
| Aantal Installaties | 822 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2021-06-07 |
| Publicatiedatum | 2021-04-28 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Barboza Apps |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "MeetChatSave: Salvar chat do Google Meet",
"version": "0.2",
"description": "Salve o bate - papo das suas reuni\u00f5es no Google Meet.",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": {
"19": "icon19.png",
"38": "icon38.png"
},
"default_title": "Presen\u00e7aMeet",
"default_popup": "index.html"
},
"content_scripts": [
{
"js": [
"inject\/js\/recursosVisuais.js",
"inject\/js\/FileSaver.js"
],
"css": [
"inject\/style.css"
],
"matches": [
"https:\/\/meet.google.com\/*"
]
}
]
} | |