Teams chat downloader
Downloads Microsoft Teams chats
Teams chat downloader là gì?
Teams chat downloader là một tiện ích mở rộng Chrome được phát triển bởi OperCom, và tính năng chính của nó là "Downloads Microsoft Teams chats".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Teams chat downloader
Tải xuống các tệp mở rộng Teams chat downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Teams chat downloader |
ID | ijlgcnbaommhkfldgfanbgdencbbdocm |
URL Chính Thức | https://chromewebstore.google.com/detail/teams-chat-downloader/ijlgcnbaommhkfldgfanbgdencbbdocm |
Mô tả | Downloads Microsoft Teams chats |
Kích Thước Tệp | 1.9 MB |
Số Lần Cài Đặt | 281 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2023-03-16 |
Ngày Phát Hành | 2023-03-12 |
Đánh Giá | 1.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | OperCom |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |