Teams chat downloader
Downloads Microsoft Teams chats
Teams chat downloaderคืออะไร?
Teams chat downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OperCom และคุณลักษณะหลักของมันคือ "Downloads Microsoft Teams chats"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Teams chat downloader
ดาวน์โหลดไฟล์ส่วนขยาย Teams chat downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Need to download messages from Microsoft Teams channels? Microsoft Teams doesn't have any way to back up messages, forcing you to manually copy messages or take long screenshots, which can't be searched through later. There's options for IT wizards, but those tools are very difficult to use. Simply: - Select which channels to download from - Select which messages to download (all, after/before date etc) - Select format (txt, pdf etc) - Export
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Teams chat downloader |
ID | ijlgcnbaommhkfldgfanbgdencbbdocm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/teams-chat-downloader/ijlgcnbaommhkfldgfanbgdencbbdocm |
คำอธิบาย | Downloads Microsoft Teams chats |
ขนาดไฟล์ | 1.9 MB |
จำนวนการติดตั้ง | 281 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-03-16 |
วันที่เผยแพร่ | 2023-03-12 |
คะแนน | 1.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | OperCom |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Teams chat downloader", "description": "Downloads Microsoft Teams chats", "version": "1.0.2", "manifest_version": 3, "icons": { "48": "48.3ab868ed.png", "128": "128.b38fc3d2.png" }, "action": { "default_popup": "popup.317cdec0.html", "default_icon": { "48": "48.3ab868ed.png", "128": "128.b38fc3d2.png" } }, "content_scripts": [ { "matches": [ "https:\/\/teams.microsoft.com\/*" ], "js": [ "embedded.3fa981af.js" ], "css": [ "embedded.7f5569a9.css" ] } ], "host_permissions": [ "https:\/\/teams.microsoft.com\/", "https:\/\/*.teams.microsoft.com\/" ] } |