Rob/SI Slack Channel Exporter

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

O que é Rob/SI Slack Channel Exporter?

Rob/SI Slack Channel Exporter é uma extensão do Chrome desenvolvida por Rob Carey, e sua principal característica é "Quickly export entire Slack channel and DM history with the click of a button.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Rob/SI Slack Channel Exporter

Baixe arquivos de extensão Rob/SI Slack Channel Exporter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Useful on engagements that require slack logs.                    

Informações Básicas da Extensão

Nome Rob/SI Slack Channel Exporter Rob/SI Slack Channel Exporter
ID henmphndbgifealbmebncbdfgkilagbe
URL Oficial https://chromewebstore.google.com/detail/robsi-slack-channel-expor/henmphndbgifealbmebncbdfgkilagbe
Descrição Quickly export entire Slack channel and DM history with the click of a button.
Tamanho do Arquivo 13.14 KB
Contagem de Instalações 79
Versão Atual 1.0.0
Última Atualização 2021-06-14
Data de Publicação 2021-05-17
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor Rob Carey
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
    }
}