Teams chat downloader

Downloads Microsoft Teams chats

Wat is Teams chat downloader?

Teams chat downloader is een Chrome-extensie ontwikkeld door OperCom, en de belangrijkste functie is "Downloads Microsoft Teams chats".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Teams chat downloader

Download Teams chat downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Teams chat downloader Teams chat downloader
ID ijlgcnbaommhkfldgfanbgdencbbdocm
Officiële URL https://chromewebstore.google.com/detail/teams-chat-downloader/ijlgcnbaommhkfldgfanbgdencbbdocm
Beschrijving Downloads Microsoft Teams chats
Bestandsgrootte 1.9 MB
Aantal Installaties 281
Huidige Versie 1.0.2
Laatst Bijgewerkt 2023-03-16
Publicatiedatum 2023-03-12
Beoordeling 1.00/5 Totaal 3 Beoordelingen
Ontwikkelaar OperCom
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}