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是由Rob Carey開發的Chrome擴展程式,該擴展的主要功能是“Quickly export entire Slack channel and DM history with the click of a button.”。

擴展截圖

screenshot

下載Rob/SI Slack Channel Exporter擴展crx文件

下載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
官方網址 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
    }
}