Rob/SI Slack Channel Exporter

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

Wat is Rob/SI Slack Channel Exporter?

Rob/SI Slack Channel Exporter is een Chrome-extensie ontwikkeld door Rob Carey, en de belangrijkste functie is "Quickly export entire Slack channel and DM history with the click of a button.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Rob/SI Slack Channel Exporter

Download Rob/SI Slack Channel Exporter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Useful on engagements that require slack logs.                    

Basisinformatie over de Extensie

Naam Rob/SI Slack Channel Exporter Rob/SI Slack Channel Exporter
ID henmphndbgifealbmebncbdfgkilagbe
Officiële URL https://chromewebstore.google.com/detail/robsi-slack-channel-expor/henmphndbgifealbmebncbdfgkilagbe
Beschrijving Quickly export entire Slack channel and DM history with the click of a button.
Bestandsgrootte 13.14 KB
Aantal Installaties 79
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-06-14
Publicatiedatum 2021-05-17
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Rob Carey
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
    }
}