Rob/SI Slack Channel Exporter
Quickly export entire Slack channel and DM history with the click of a button.
What is Rob/SI Slack Channel Exporter?
Rob/SI Slack Channel Exporter is a Chrome extension developed by Rob Carey, and its main feature is "Quickly export entire Slack channel and DM history with the click of a button.".
Extension Screenshots
Download Rob/SI Slack Channel Exporter Extension CRX File
Download Rob/SI Slack Channel Exporter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Useful on engagements that require slack logs.
Extension Basic Information
Name | Rob/SI Slack Channel Exporter |
ID | henmphndbgifealbmebncbdfgkilagbe |
Official URL | https://chromewebstore.google.com/detail/robsi-slack-channel-expor/henmphndbgifealbmebncbdfgkilagbe |
Description | Quickly export entire Slack channel and DM history with the click of a button. |
File Size | 13.14 KB |
Installation Count | 79 |
Current Version | 1.0.0 |
Last Updated | 2021-06-14 |
Publish Date | 2021-05-17 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Rob Carey |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } } |