Rob/SI Slack Channel Exporter

Quickly export entire Slack channel and DM history with the click of a button.

Apa itu Rob/SI Slack Channel Exporter?

Rob/SI Slack Channel Exporter adalah ekstensi Chrome yang dikembangkan oleh Rob Carey, dan fitur utamanya adalah "Quickly export entire Slack channel and DM history with the click of a button.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Rob/SI Slack Channel Exporter

Unduh file ekstensi Rob/SI Slack Channel Exporter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Useful on engagements that require slack logs.                    

Informasi Dasar Ekstensi

Nama Rob/SI Slack Channel Exporter Rob/SI Slack Channel Exporter
ID henmphndbgifealbmebncbdfgkilagbe
URL Resmi https://chromewebstore.google.com/detail/robsi-slack-channel-expor/henmphndbgifealbmebncbdfgkilagbe
Deskripsi Quickly export entire Slack channel and DM history with the click of a button.
Ukuran File 13.14 KB
Jumlah Instalasi 79
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-06-14
Tanggal Publikasi 2021-05-17
Penilaian 3.00/5 Total 1 Penilaian
Pengembang Rob Carey
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rob\/SI Slack Channel Exporter",
    "version": "1.0.0",
    "description": "Quickly export entire Slack channel and DM history with the click of a button.",
    "browser_action": {
        "default_title": "Export Slack",
        "default_icon": {
            "32": "icons\/si-slack-icon-32.png",
            "128": "icons\/si-slack-icon-128.png"
        }
    },
    "permissions": [
        "https:\/\/*.slack.com\/",
        "tabs",
        "downloads"
    ],
    "background": {
        "scripts": [
            "scripts\/lib\/slack_message.js",
            "scripts\/lib\/slack_channel.js",
            "scripts\/background.js"
        ],
        "persistent": false
    }
}