Teams chat downloader
Downloads Microsoft Teams chats
Co to jest Teams chat downloader?
Teams chat downloader to rozszerzenie Chrome opracowane przez OperCom, a jego główną funkcją jest „Downloads Microsoft Teams chats”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Teams chat downloader
Pobierz pliki rozszerzeń Teams chat downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Teams chat downloader |
ID | ijlgcnbaommhkfldgfanbgdencbbdocm |
Oficjalny URL | https://chromewebstore.google.com/detail/teams-chat-downloader/ijlgcnbaommhkfldgfanbgdencbbdocm |
Opis | Downloads Microsoft Teams chats |
Rozmiar pliku | 1.9 MB |
Liczba instalacji | 281 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2023-03-16 |
Data Publikacji | 2023-03-12 |
Ocena | 1.00/5 Łącznie 3 Oceny |
Deweloper | OperCom |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/" ] } |