Rob/SI Slack Channel Exporter

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

Rob/SI Slack Channel Exporter là gì?

Rob/SI Slack Channel Exporter là một tiện ích mở rộng Chrome được phát triển bởi Rob Carey, và tính năng chính của nó là "Quickly export entire Slack channel and DM history with the click of a button.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rob/SI Slack Channel Exporter

Tải xuống các tệp mở rộng Rob/SI Slack Channel Exporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Useful on engagements that require slack logs.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rob/SI Slack Channel Exporter Rob/SI Slack Channel Exporter
ID henmphndbgifealbmebncbdfgkilagbe
URL Chính Thức https://chromewebstore.google.com/detail/robsi-slack-channel-expor/henmphndbgifealbmebncbdfgkilagbe
Mô tả Quickly export entire Slack channel and DM history with the click of a button.
Kích Thước Tệp 13.14 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-06-14
Ngày Phát Hành 2021-05-17
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Rob Carey
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}