Bulk Slack User Deactivation
Bulk Slack User Deactivation
Bulk Slack User Deactivation क्या है?
Bulk Slack User Deactivation https://polymorphiclabs.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bulk Slack User Deactivation"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bulk Slack User Deactivation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |