Microsoft Teams Chat Extractor

Pulls out the chat transcript from the Microsoft Teams online interface

Τι είναι το Microsoft Teams Chat Extractor;

Το Microsoft Teams Chat Extractor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον developer.muschenetz, και η κύρια λειτουργία του είναι "Pulls out the chat transcript from the Microsoft Teams online interface".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Microsoft Teams Chat Extractor

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
    }
}