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 هو إضافة Chrome تم تطويرها بواسطة Rob Carey، والميزة الرئيسية لها هي "Quickly export entire Slack channel and DM history with the click of a button.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Rob/SI Slack Channel Exporter
قم بتنزيل ملفات الامتداد Rob/SI Slack Channel Exporter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } } |