MeetChatSave: Salvar chat do Google Meet
Salve o bate - papo das suas reuniões no Google Meet.
MeetChatSave: Salvar chat do Google Meetคืออะไร?
MeetChatSave: Salvar chat do Google Meet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Barboza Apps และคุณลักษณะหลักของมันคือ "Salve o bate - papo das suas reuniões no Google Meet."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MeetChatSave: Salvar chat do Google Meet
ดาวน์โหลดไฟล์ส่วนขยาย MeetChatSave: Salvar chat do Google Meet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kbjbjdhcadgapllledgnnllgfhjkldmc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/meetchatsave-salvar-chat/kbjbjdhcadgapllledgnnllgfhjkldmc |
| คำอธิบาย | Salve o bate - papo das suas reuniões no Google Meet. |
| ขนาดไฟล์ | 105 KB |
| จำนวนการติดตั้ง | 822 |
| เวอร์ชันปัจจุบัน | 0.2 |
| อัปเดตครั้งล่าสุด | 2021-06-07 |
| วันที่เผยแพร่ | 2021-04-28 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | Barboza Apps |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | 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\/*"
]
}
]
} | |