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.”。
扩展截图
下载Rob/SI Slack Channel Exporter扩展crx文件
下载Rob/SI Slack Channel Exporter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Useful on engagements that require slack logs.                     扩展基本信息
| 名称 |   |  
| 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
    }
}  |  |