Slack Members Extractor

It's a tool allows to export list of members (names, Emails, phone numbers, titles) to csv/xlsx from Slack channel

What is Slack Members Extractor?

Slack Members Extractor is a Chrome extension developed by https://hypercavs.com, and its main feature is "It's a tool allows to export list of members (names, Emails, phone numbers, titles) to csv/xlsx from Slack channel".

Extension Screenshots

screenshot
screenshot

Download Slack Members Extractor Extension CRX File

Download Slack Members Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ▬▬▬▬▬▬ 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]                    

Extension Basic Information

Name Slack Members Extractor Slack Members Extractor
ID akdhbbkdglodgfmnjejdhagnoaldihjl
Official URL https://chromewebstore.google.com/detail/slack-members-extractor/akdhbbkdglodgfmnjejdhagnoaldihjl
Description It's a tool allows to export list of members (names, Emails, phone numbers, titles) to csv/xlsx from Slack channel
File Size 949 KB
Installation Count 228
Current Version 1.0.2
Last Updated 2021-07-26
Publish Date 2021-05-02
Rating 3.33/5 Total 3 Ratings
Developer https://hypercavs.com
Email [email protected]
Payment Type in_app
Extension Website https://hypercavs.com/member-exporter-for-slack/
Privacy Policy Page URL http://www.hypercavs.com/shopify-shark/privacy-policy.html
Supported Languages 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"
    ]
}