Message deleter for Slack 2.0
Delete Slack messages in bulk - channels, private channels and direct messages supported
Message deleter for Slack 2.0 là gì?
Message deleter for Slack 2.0 là một tiện ích mở rộng Chrome được phát triển bởi Peta Sittek, và tính năng chính của nó là "Delete Slack messages in bulk - channels, private channels and direct messages supported".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Message deleter for Slack 2.0
Tải xuống các tệp mở rộng Message deleter for Slack 2.0 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
🚀 NEW UPDATED VERSION - AUGUST 2023 🚀 ⭐️ Preferred version to use is Message deleter for Slack 3.0: https://chrome.google.com/webstore/detail/gpjmcgacbkeokgllnkjkiahiegkaalfb ⭐️ This version – Message deleter for Slack 2.0 – will be phased out soon 🚀 Easily avoid the "10k limit reached" notifications ⭐️ Your team has more than 10,000 messages in its archive ⭐️ Your team has sent over X messages past the 10k limit ⭐️ Upgrade to access your first X messages ⭐️ To see and search this channel’s full history, upgrade to one of our paid plans 🚀 Notice ⭐️ Direct messages from the other person can't be deleted, nor in the original Slack interface ⭐️ Threaded messages aren't supported 🚀 Did you know that...? ⭐️ Team Owners and Admins can export message and file history from Slack? ⭐️ And with Compliance Exports enabled the exports include messages and files even from private channels and direct messages?! 🚀 Security and privacy ⭐️ No data are transmitted to anywhere, ever. Message deleter for Slack is client-side only. 🚀 Warranty/uncertainty of functionality ⭐️ Message deleter for Slack depends on functionalities of 3rd parties therefore there's no guarantee all features will work the same forever. Some features may be removed, some new ones added. At worst it's also possible all features will stop working. Completely free and with no ads Made with ♥ by Peta Sittek
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Message deleter for Slack 2.0 |
ID | jmnhlemigpnjfifikojieigkbgemgbbm |
URL Chính Thức | https://chromewebstore.google.com/detail/message-deleter-for-slack/jmnhlemigpnjfifikojieigkbgemgbbm |
Mô tả | Delete Slack messages in bulk - channels, private channels and direct messages supported |
Kích Thước Tệp | 45.85 KB |
Số Lần Cài Đặt | 12,090 |
Phiên Bản Hiện Tại | 2.9.3 |
Cập Nhật Lần Cuối | 2023-10-19 |
Ngày Phát Hành | 2020-03-30 |
Đánh Giá | 2.94/5 Tổng số 50 Đánh Giá |
Nhà Phát Triển | Peta Sittek |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.petasittek.com/message-deleter-for-slack-2-0/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Message deleter for Slack 2.0", "manifest_version": 2, "description": "Delete Slack messages in bulk - channels, private channels and direct messages supported", "version": "2.9.3", "icons": { "16": "icon\/icon-16.png", "32": "icon\/icon-32.png", "48": "icon\/icon-48.png", "128": "icon\/icon-128.png" }, "browser_action": { "default_icon": { "19": "icon\/icon-19.png", "38": "icon\/icon-38.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/app.slack.com\/*" ], "js": [ "js\/hook.js" ], "run_at": "document_start" } ] } |