Microsoft Teams Chat Extractor
Pulls out the chat transcript from the Microsoft Teams online interface
Microsoft Teams Chat Extractorとは何ですか?
Microsoft Teams Chat Extractorはdeveloper.muschenetzによって開発されたChromeの拡張機能で、その主な機能は「Pulls out the chat transcript from the Microsoft Teams online interface」です。
拡張機能のスクリーンショット
Microsoft Teams Chat Extractor拡張機能のCRXファイルをダウンロード
Microsoft Teams Chat Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Microsoft Teams does not have a native export functionality for chats. This extension pulls data from the web version for the currently selected chat and the transcript can be copied and pasted elsewhere. 1. Log into Microsoft Teams on the web (https://teams.microsoft.com) 2. Go to the chat you wish to extract. Note that it only will extract the content that's loaded, so if you want a longer history, scroll upwards in your chat history until you've loaded all the content you like 3. Press the little purple chat button. A popup will appear with the content included 4. Copy and paste into whatever form you like.
拡張機能の基本情報
名前 | Microsoft Teams Chat Extractor |
ID | fhnkibfmfnbebnhcihmpdbibjgolbifm |
公式URL | https://chromewebstore.google.com/detail/microsoft-teams-chat-extr/fhnkibfmfnbebnhcihmpdbibjgolbifm |
説明 | Pulls out the chat transcript from the Microsoft Teams online interface |
ファイルサイズ | 23.54 KB |
インストール数 | 5,511 |
現在のバージョン | 1.0 |
最終更新日 | 2021-03-16 |
公開日 | 2021-03-15 |
評価 | 1.09/5 合計 23 レビュー |
開発者 | developer.muschenetz |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ingo/microsoft-teams-chat-extractor |
ヘルプページのURL | https://github.com/ingo/microsoft-teams-chat-extractor |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Microsoft Teams Chat Extractor", "description": "Pulls out the chat transcript from the Microsoft Teams online interface", "version": "1.0", "author": "Ingo Muschenetz", "background": { "scripts": [ "popup.js" ], "persistent": true }, "permissions": [], "browser_action": { "default_icon": "icons\/chat-32.png", "default_popup": "popup.html" }, "icons": { "32": "icons\/chat-32.png", "48": "icons\/chat-48.png", "128": "icons\/chat-128.png" } } |