Teams chat downloader

Downloads Microsoft Teams chats

Cos'è Teams chat downloader?

Teams chat downloader è un'estensione di Chrome sviluppata da OperCom, e la sua funzione principale è "Downloads Microsoft Teams chats".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Teams chat downloader

Scarica i file di estensione Teams chat downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Teams chat downloader Teams chat downloader
ID ijlgcnbaommhkfldgfanbgdencbbdocm
URL Ufficiale https://chromewebstore.google.com/detail/teams-chat-downloader/ijlgcnbaommhkfldgfanbgdencbbdocm
Descrizione Downloads Microsoft Teams chats
Dimensione del File 1.9 MB
Conteggio Installazioni 281
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-03-16
Data di Pubblicazione 2023-03-12
Valutazione 1.00/5 Totale 3 Valutazioni
Sviluppatore OperCom
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}