Teams chat downloader

Downloads Microsoft Teams chats

ما هو Teams chat downloader؟

Teams chat downloader هو إضافة Chrome تم تطويرها بواسطة OperCom، والميزة الرئيسية لها هي "Downloads Microsoft Teams chats".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Teams chat downloader

قم بتنزيل ملفات الامتداد Teams chat downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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\/"
    ]
}