Slack™ Member Extractor

A tool to scrape and export Slack™ channel members into CSV for Excel.

Slack™ Member Extractor là gì?

Slack™ Member Extractor là một tiện ích mở rộng Chrome được phát triển bởi https://extensionsbox.com, và tính năng chính của nó là "A tool to scrape and export Slack™ channel members into CSV for Excel.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slack™ Member Extractor

Tải xuống các tệp mở rộng Slack™ Member Extractor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Scrape data from members of a channel to find the member's information about them. Save time and effort with Slack™ Member Extractor. Our easy-to-use Chrome extension allows you to instantly scrape member data from any channel and export it to a CSV file. This extension does the work for you with its user-friendly interface. Simply copy and paste a channel URL, hit export, and download the extracted data. 

What information does It scrape?
- Name
- Display Name
- Real Name
- Id
- Team Id
- Phone
- Skype
- Avatar
- Is Admin
- Is Owner
- Time Zone

How to scrape members of a Channel?

- Open the Slack™ website, and open the channel you want to extract.
- Copy the URL on the browser location. 
- Input the URL into the extension's input box, click "EXPORT MEMBERS TO CSV", wait for the process to complete, and then click "Download Members" to download the data in a CSV file for use in Excel.

Advantages to using Slack™ Member Extractor
- No coding skills are needed, we take care of data collection so you can focus on your business.
- Get real-time and accurate results in seconds.
- Scrape members from any channel you're in.
- Save time with our tool, no need to build and test your own scraper.
- Our tool stays up-to-date to work with any changes on the Slack™ website.

How quickly will I receive the results?
The data extraction process begins immediately after you make a request. The duration of the extraction will vary depending on the amount of information you need to retrieve.

Disclaimer
Slack is a registered trademark and service mark of Slack Technologies, Inc. registered in the U.S. and other countries. This independent project was developed by ExtensionBox and has no relationship with Slack Technologies, LLC.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slack™ Member Extractor Slack™ Member Extractor
ID nbhjfblpkhiaiebipjcleioihpcclaea
URL Chính Thức https://chromewebstore.google.com/detail/slack-member-extractor/nbhjfblpkhiaiebipjcleioihpcclaea
Mô tả A tool to scrape and export Slack™ channel members into CSV for Excel.
Kích Thước Tệp 2.22 MB
Số Lần Cài Đặt 258
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2024-01-09
Ngày Phát Hành 2023-02-14
Đánh Giá 3.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://extensionsbox.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://slackmemberextractor.extensionsbox.com
URL Trang Trợ Giúp https://slackmemberextractor.extensionsbox.com
URL Trang Chính Sách Bảo Mật https://extensionsbox.com/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.app.slack.com\/*",
        "*:\/\/*.extensionsbox.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.app.slack.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhlCsRcIeYs9yLRH5638ENd9EvUkJz8jmLejymmZTlbA+5lFEKRv4RCMowWV075+RYO6WiP+XcZPwecpxjubdJ1r9wjmOrDWG66LtVkr4LMjHItJiUQ\/QYc166DWgjq7sVUsFBLPKhdn65K7i+zGbzlKxvSaPVpfjEA90MpgJ4omfjwPTQQwWquN9ZJTz5a6Q52CedEapX1Siyk3VN8mzXfGkecmW+18PLUmh+2SnO9xtpmzc6wDZrR9iNHqFieOtC3zm96FUdTJecku1UfmZZb75o2bwvmfMziar8tQU16t7L0M3tgXd5jpWcj8qIO96FbcVZy\/+StmKp8b7DHQtXQIDAQAB",
    "oauth2": {
        "client_id": "113355361290-cthsaijsjj1volo2f873elfn0nm8ofbn.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "libs\/*"
            ],
            "matches": []
        }
    ]
}