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 | 
| Eメール | [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
    }
}  |  |