Rob/SI Slack Channel Exporter
Quickly export entire Slack channel and DM history with the click of a button.
Co to jest Rob/SI Slack Channel Exporter?
Rob/SI Slack Channel Exporter to rozszerzenie Chrome opracowane przez Rob Carey, a jego główną funkcją jest „Quickly export entire Slack channel and DM history with the click of a button.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Rob/SI Slack Channel Exporter
Pobierz pliki rozszerzeń Rob/SI Slack Channel Exporter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Useful on engagements that require slack logs. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | henmphndbgifealbmebncbdfgkilagbe |
| Oficjalny URL | https://chromewebstore.google.com/detail/robsi-slack-channel-expor/henmphndbgifealbmebncbdfgkilagbe |
| Opis | Quickly export entire Slack channel and DM history with the click of a button. |
| Rozmiar pliku | 13.14 KB |
| Liczba instalacji | 79 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2021-06-14 |
| Data Publikacji | 2021-05-17 |
| Ocena | 3.00/5 Łącznie 1 Oceny |
| Deweloper | Rob Carey |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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
}
} | |