Bulk Slack User Deactivation

Bulk Slack User Deactivation

Bulk Slack User Deactivation là gì?

Bulk Slack User Deactivation là một tiện ích mở rộng Chrome được phát triển bởi https://polymorphiclabs.io, và tính năng chính của nó là "Bulk Slack User Deactivation".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bulk Slack User Deactivation

Tải xuống các tệp mở rộng Bulk Slack User Deactivation 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

                        The Bulk Slack User Deactivation extension simplifies deactivating multiple users in one go, making the process way more efficient.
The steps to use this extension are as follows:

1. Compile a list of email addresses for the users to be deactivated in a csv file.
2. 1. Access your Slack admin dashboard.
3. Upload the csv file.
4. Wait for the deactivation process to complete while you take a break.

By using this streamlined extension, you can redirect your energy and time towards other crucial tasks.

Disclaimer: This is a paid product. $15/month or $50/year.                    

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

Tên Bulk Slack User Deactivation Bulk Slack User Deactivation
ID bbklkhjijobpamjeemohloddompcehkc
URL Chính Thức https://chromewebstore.google.com/detail/bulk-slack-user-deactivat/bbklkhjijobpamjeemohloddompcehkc
Mô tả Bulk Slack User Deactivation
Kích Thước Tệp 1.2 MB
Số Lần Cài Đặt 199
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2023-05-02
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://polymorphiclabs.io
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://github.com/noitcudni/bulk-slack-user-deactivation
URL Trang Trợ Giúp https://github.com/noitcudni/bulk-slack-user-deactivation/issues
URL Trang Chính Sách Bảo Mật https://polymorphiclabs.io/pages-output/privacy_policy
Ngôn Ngữ Được Hỗ Trợ en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.1",
    "action": {
        "default_title": "Show the popup",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "icons": {
        "16": "images\/bulk-slack-deactivate-users-16.png",
        "32": "images\/bulk-slack-deactivate-users-32.png",
        "48": "images\/bulk-slack-deactivate-users-48.png",
        "128": "images\/bulk-slack-deactivate-users-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.slack.com\/admin"
            ],
            "js": [
                "compiled\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "compiled\/background.js"
    },
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.slack.com\/",
        "https:\/\/api.lemonsqueezy.com\/v1\/*"
    ],
    "manifest_version": 3
}