Rob/SI Slack Channel Exporter
Quickly export entire Slack channel and DM history with the click of a button.
Vad är Rob/SI Slack Channel Exporter?
Rob/SI Slack Channel Exporter är en Chrome-tillägg utvecklad av Rob Carey, och dess huvudfunktion är "Quickly export entire Slack channel and DM history with the click of a button.".
Tilläggsskärmbilder
Ladda ner Rob/SI Slack Channel Exporter-förlängningens CRX-fil
Ladda ner Rob/SI Slack Channel Exporter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Useful on engagements that require slack logs.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | henmphndbgifealbmebncbdfgkilagbe | 
| Officiell webbadress | https://chromewebstore.google.com/detail/robsi-slack-channel-expor/henmphndbgifealbmebncbdfgkilagbe | 
| Beskrivning | Quickly export entire Slack channel and DM history with the click of a button. | 
| Filstorlek | 13.14 KB | 
| Antal Installationer | 79 | 
| Aktuell Version | 1.0.0 | 
| Senast Uppdaterad | 2021-06-14 | 
| Publiceringsdatum | 2021-05-17 | 
| Betyg | 3.00/5 Totalt 1 Betyg | 
| Utvecklare | Rob Carey | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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
    }
}  |  |