Rob/SI Slack Channel Exporter

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

Cos'è Rob/SI Slack Channel Exporter?

Rob/SI Slack Channel Exporter è un'estensione di Chrome sviluppata da Rob Carey, e la sua funzione principale è "Quickly export entire Slack channel and DM history with the click of a button.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Rob/SI Slack Channel Exporter

Scarica i file di estensione Rob/SI Slack Channel Exporter 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

                        Useful on engagements that require slack logs.                    

Informazioni di Base sull'Estensione

Nome Rob/SI Slack Channel Exporter Rob/SI Slack Channel Exporter
ID henmphndbgifealbmebncbdfgkilagbe
URL Ufficiale https://chromewebstore.google.com/detail/robsi-slack-channel-expor/henmphndbgifealbmebncbdfgkilagbe
Descrizione Quickly export entire Slack channel and DM history with the click of a button.
Dimensione del File 13.14 KB
Conteggio Installazioni 79
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-06-14
Data di Pubblicazione 2021-05-17
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore Rob Carey
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
    }
}