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
    }
}