Bulk Slack User Deactivation

Bulk Slack User Deactivation

Bulk Slack User Deactivation란 무엇입니까?

Bulk Slack User Deactivation은(는) https://polymorphiclabs.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bulk Slack User Deactivation"입니다.

확장 프로그램 스크린샷

screenshot

Bulk Slack User Deactivation 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Bulk Slack User Deactivation Bulk Slack User Deactivation
ID bbklkhjijobpamjeemohloddompcehkc
공식 URL https://chromewebstore.google.com/detail/bulk-slack-user-deactivat/bbklkhjijobpamjeemohloddompcehkc
설명 Bulk Slack User Deactivation
파일 크기 1.2 MB
설치 횟수 199
현재 버전 1.0.1
최근 업데이트 2024-03-02
출시 날짜 2023-05-02
평점 5.00/5 총 4 개의 평점
개발자 https://polymorphiclabs.io
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://github.com/noitcudni/bulk-slack-user-deactivation
도움말 페이지 URL https://github.com/noitcudni/bulk-slack-user-deactivation/issues
개인정보 보호 정책 페이지 URL https://polymorphiclabs.io/pages-output/privacy_policy
지원되는 언어 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
}