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
公式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
Eメール [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\/"
    ]
}