Rob/SI Slack Channel Exporter

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

Что такое Rob/SI Slack Channel Exporter?

Rob/SI Slack Channel Exporter - это расширение Chrome, разработанное Rob Carey, и его основная функция - "Quickly export entire Slack channel and DM history with the click of a button.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Rob/SI Slack Channel Exporter

Скачайте файлы расширений Rob/SI Slack Channel Exporter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Useful on engagements that require slack logs.                    

Основная информация о расширении

Название Rob/SI Slack Channel Exporter Rob/SI Slack Channel Exporter
ID henmphndbgifealbmebncbdfgkilagbe
Официальный URL https://chromewebstore.google.com/detail/robsi-slack-channel-expor/henmphndbgifealbmebncbdfgkilagbe
Описание Quickly export entire Slack channel and DM history with the click of a button.
Размер файла 13.14 KB
Количество установок 79
Текущая Версия 1.0.0
Последнее Обновление 2021-06-14
Дата публикации 2021-05-17
Рейтинг 3.00/5 Всего 1 оценок
Разработчик Rob Carey
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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
    }
}