Teams chat downloader

Downloads Microsoft Teams chats

什麼是Teams chat downloader?

Teams chat downloader是由OperCom開發的Chrome擴展程式,該擴展的主要功能是“Downloads Microsoft Teams chats”。

擴展截圖

screenshot

下載Teams chat downloader擴展crx文件

下載Teams chat downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Teams chat downloader
ID ijlgcnbaommhkfldgfanbgdencbbdocm
官方網址 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\/"
    ]
}