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”。

擴展截圖

screenshot

下載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 Microsoft Teams Chat Extractor
ID fhnkibfmfnbebnhcihmpdbibjgolbifm
官方網址 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
電子郵箱 [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"
    }
}