Slack Members Extractor
It's a tool allows to export list of members (names, Emails, phone numbers, titles) to csv/xlsx from Slack channel
ما هو Slack Members Extractor؟
Slack Members Extractor هو إضافة Chrome تم تطويرها بواسطة https://hypercavs.com، والميزة الرئيسية لها هي "It's a tool allows to export list of members (names, Emails, phone numbers, titles) to csv/xlsx from Slack channel".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Slack Members Extractor
قم بتنزيل ملفات الامتداد Slack Members Extractor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
▬▬▬▬▬▬ Features ▬▬▬▬▬▬
- Export Slack member names.
- Export Slack member titles.
- Export & download avatar pictures.
- Export Slack member phone.
- Export Slack member Skype.
▬▬▬▬▬▬ Get started ▬▬▬▬▬▬
1. Install the extension.
2. Open a new tab and visit any Slack channel.
3. Click the extension icon then click 'GO'.
4. The downloading of csv/xlsx starts automatically when data loading is done, or you can click the button to save it manually.
▬▬▬▬▬▬ Terms of use ▬▬▬▬▬▬
https://hypercavs.com/member-exporter-for-slack/terms-of-use.html
▬▬▬▬▬▬ Support ▬▬▬▬▬▬
[email protected] معلومات أساسية عن التمديد
| الاسم | |
| ID | akdhbbkdglodgfmnjejdhagnoaldihjl |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/slack-members-extractor/akdhbbkdglodgfmnjejdhagnoaldihjl |
| الوصف | It's a tool allows to export list of members (names, Emails, phone numbers, titles) to csv/xlsx from Slack channel |
| حجم الملف | 949 KB |
| عدد التثبيتات | 228 |
| النسخة الحالية | 1.0.2 |
| آخر تحديث | 2021-07-26 |
| تاريخ النشر | 2021-05-02 |
| تقييم | 3.33/5 مجموع تقييمات 3 |
| المطور | https://hypercavs.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | in_app |
| موقع الإضافة | https://hypercavs.com/member-exporter-for-slack/ |
| عنوان صفحة سياسة الخصوصية | http://www.hypercavs.com/shopify-shark/privacy-policy.html |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Slack Members Extractor",
"description": "It's a tool allows to export list of members (names, Emails, phone numbers, titles) to csv\/xlsx from Slack channel",
"version": "1.0.2",
"manifest_version": 2,
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"browser_action": {
"default_title": "Slack Members Extractor",
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/app.slack.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"background": {
"scripts": [
"background\/background.js"
]
},
"permissions": [
"activeTab",
"https:\/\/edgeapi.slack.com\/",
"https:\/\/ca.slack-edge.com\/",
"https:\/\/hypercavs.com\/",
"storage",
"downloads"
]
} | |