Teams chat downloader
Downloads Microsoft Teams chats
Teams chat downloader란 무엇입니까?
Teams chat downloader은(는) OperCom에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Downloads Microsoft Teams chats"입니다.
확장 프로그램 스크린샷
Teams chat downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/" ] } |