Rob/SI Slack Channel Exporter
Quickly export entire Slack channel and DM history with the click of a button.
Hvad er Rob/SI Slack Channel Exporter?
Rob/SI Slack Channel Exporter er en Chrome-udvidelse udviklet af Rob Carey, og dens hovedfunktion er "Quickly export entire Slack channel and DM history with the click of a button.".
Udvidelsesskærmbilleder
Download Rob/SI Slack Channel Exporter-udvidelses-CRX-fil
Download Rob/SI Slack Channel Exporter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        Useful on engagements that require slack logs.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | henmphndbgifealbmebncbdfgkilagbe | 
| Officiel URL | https://chromewebstore.google.com/detail/robsi-slack-channel-expor/henmphndbgifealbmebncbdfgkilagbe | 
| Beskrivelse | Quickly export entire Slack channel and DM history with the click of a button. | 
| Filstørrelse | 13.14 KB | 
| Antal Installationer | 79 | 
| Nuværende Version | 1.0.0 | 
| Senest Opdateret | 2021-06-14 | 
| Udgivelsesdato | 2021-05-17 | 
| Bedømmelse | 3.00/5 Samlet 1 Bedømmelser | 
| Udvikler | Rob Carey | 
| [email protected] | |
| Betalingsmetode | free | 
| Understøttede Sprog | 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
    }
}  |  |