Rob/SI Slack Channel Exporter
Quickly export entire Slack channel and DM history with the click of a button.
Qu'est-ce que Rob/SI Slack Channel Exporter ?
Rob/SI Slack Channel Exporter est une extension Chrome développée par Rob Carey, et sa fonction principale est "Quickly export entire Slack channel and DM history with the click of a button.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rob/SI Slack Channel Exporter
Téléchargez les fichiers d'extension Rob/SI Slack Channel Exporter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Useful on engagements that require slack logs.
Informations de Base sur l'Extension
Nom | Rob/SI Slack Channel Exporter |
ID | henmphndbgifealbmebncbdfgkilagbe |
URL Officiel | 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. |
Taille du Fichier | 13.14 KB |
Nombre d'Installations | 79 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-06-14 |
Date de Publication | 2021-05-17 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | Rob Carey |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |