Teams chat downloader
Downloads Microsoft Teams chats
What is Teams chat downloader?
Teams chat downloader is a Chrome extension developed by OperCom, and its main feature is "Downloads Microsoft Teams chats".
Extension Screenshots
Download Teams chat downloader Extension CRX File
Download Teams chat downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Teams chat downloader |
ID | ijlgcnbaommhkfldgfanbgdencbbdocm |
Official URL | https://chromewebstore.google.com/detail/teams-chat-downloader/ijlgcnbaommhkfldgfanbgdencbbdocm |
Description | Downloads Microsoft Teams chats |
File Size | 1.9 MB |
Installation Count | 281 |
Current Version | 1.0.2 |
Last Updated | 2023-03-16 |
Publish Date | 2023-03-12 |
Rating | 1.00/5 Total 3 Ratings |
Developer | OperCom |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/" ] } |