MeetChatSave: Salvar chat do Google Meet
Salve o bate - papo das suas reuniões no Google Meet.
Vad är MeetChatSave: Salvar chat do Google Meet?
MeetChatSave: Salvar chat do Google Meet är en Chrome-tillägg utvecklad av Barboza Apps, och dess huvudfunktion är "Salve o bate - papo das suas reuniões no Google Meet.".
Tilläggsskärmbilder
Ladda ner MeetChatSave: Salvar chat do Google Meet-förlängningens CRX-fil
Ladda ner MeetChatSave: Salvar chat do Google Meet-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
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. Grundläggande Information om Tillägg
| Namn | |
| ID | kbjbjdhcadgapllledgnnllgfhjkldmc |
| Officiell webbadress | https://chromewebstore.google.com/detail/meetchatsave-salvar-chat/kbjbjdhcadgapllledgnnllgfhjkldmc |
| Beskrivning | Salve o bate - papo das suas reuniões no Google Meet. |
| Filstorlek | 105 KB |
| Antal Installationer | 822 |
| Aktuell Version | 0.2 |
| Senast Uppdaterad | 2021-06-07 |
| Publiceringsdatum | 2021-04-28 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Barboza Apps |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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\/*"
]
}
]
} | |