Rob/SI Slack Channel Exporter
Quickly export entire Slack channel and DM history with the click of a button.
Rob/SI Slack Channel Exporter क्या है?
Rob/SI Slack Channel Exporter Rob Carey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly export entire Slack channel and DM history with the click of a button."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rob/SI Slack Channel Exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Useful on engagements that require slack logs.
एक्सटेंशन की मूल जानकारी
नाम | Rob/SI Slack Channel Exporter |
ID | henmphndbgifealbmebncbdfgkilagbe |
आधिकारिक URL | https://chromewebstore.google.com/detail/robsi-slack-channel-expor/henmphndbgifealbmebncbdfgkilagbe |
विवरण | Quickly export entire Slack channel and DM history with the click of a button. |
फ़ाइल का आकार | 13.14 KB |
स्थापना संख्या | 79 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-06-14 |
प्रकाशन तिथि | 2021-05-17 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | Rob Carey |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } } |