Rob/SI Slack Channel Exporter
Quickly export entire Slack channel and DM history with the click of a button.
Co je Rob/SI Slack Channel Exporter?
Rob/SI Slack Channel Exporter je rozšíření Chrome vyvinuté Rob Carey, a jeho hlavní funkcí je „Quickly export entire Slack channel and DM history with the click of a button.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Rob/SI Slack Channel Exporter
Stáhněte si soubory rozšíření Rob/SI Slack Channel Exporter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Useful on engagements that require slack logs.
Základní Informace o Rozšíření
Název | Rob/SI Slack Channel Exporter |
ID | henmphndbgifealbmebncbdfgkilagbe |
Oficiální URL | https://chromewebstore.google.com/detail/robsi-slack-channel-expor/henmphndbgifealbmebncbdfgkilagbe |
Popis | Quickly export entire Slack channel and DM history with the click of a button. |
Velikost souboru | 13.14 KB |
Počet instalací | 79 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2021-06-14 |
Datum Vydání | 2021-05-17 |
Hodnocení | 3.00/5 Celkem 1 Hodnocení |
Vývojář | Rob Carey |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } } |