Bulk Slack Message Removal

Delete Slack messages in bulk. It supports removing slack messages in public channels, private channels, group chat, and DM.…

Bulk Slack Message Removalคืออะไร?

Bulk Slack Message Removal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://polymorphiclabs.io และคุณลักษณะหลักของมันคือ "Delete Slack messages in bulk. It supports removing slack messages in public channels, private channels, group chat, and DM.…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bulk Slack Message Removal

ดาวน์โหลดไฟล์ส่วนขยาย Bulk Slack Message Removal ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Delete Slack messages in bulk. It supports removing slack messages in public channels, private channels, group chat, and DM.  (Caveat: for group chat and DM, you can ONLY remove your own messages).

Also, it removes threaded messages as well.

ATTENTION:  
There are 2 different types of licenses. You must be an admin in order to delete other people's messages. Once again, you can't delete other people's DM or group chat messages.

Admin License - If you are a Slack admin, you should choose this license. It would allow you to remove other people's messages in channels. A non-admin license will let you remove your own messages only. 

NOTE: you can only remove your own messages in a DM, however.

Non-admin License - You should choose this license if you are simply a member in your Slack workspace. Nothing prevents you from using an admin license, but you'll still only be allowed to remove your own messages.

Instructions
* Log in with your Slack login.
* Get a license via Gumroad and enter it in the extension popup.
* Select the target channel, DM, etc..
* Select the message sender whose messages you would like to delete.
* Click on the Bulk Delete button.
For detailed instructions, please visit 
https://github.com/noitcudni/bulk-slack-message-removal-extension

UPDATE (11/24/2023)
* Delete by matching subtext
UPDATE (11/21/2023)
* Able to delete bot messages.
* More efficient fetching of messages and thread messages.
* Overall more smooth experience for the end users.
UPDATE (12/4/2022)
Able to delete bot messages only if you select *ALL* as the target user.
UPDATE (8/7/2022) 
Time filter


For support and feature requests: please ping me at https://twitter.com/noitcudni                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bulk Slack Message Removal Bulk Slack Message Removal
ID dahaofhkbloejmcijfknenbdgohmmeen
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bulk-slack-message-remova/dahaofhkbloejmcijfknenbdgohmmeen
คำอธิบาย Delete Slack messages in bulk. It supports removing slack messages in public channels, private channels, group chat, and DM.…
ขนาดไฟล์ 1.89 MB
จำนวนการติดตั้ง 1,402
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2022-02-11
คะแนน 4.36/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://polymorphiclabs.io
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://github.com/noitcudni/bulk-slack-message-removal-extension
URL หน้าช่วยเหลือ https://twitter.com/noitcudni
URL หน้านโยบายความเป็นส่วนตัว https://polymorphiclabs.io/pages-output/privacy_policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bulk Slack Message Removal",
    "version": "1.1.4",
    "action": {
        "default_title": "Bulk Slack Message Removal",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/bulk-slack-message-removal-16.png",
        "32": "images\/bulk-slack-message-removal-32.png",
        "48": "images\/bulk-slack-message-removal-48.png",
        "128": "images\/bulk-slack-message-removal-128.png"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "background": {
        "service_worker": "compiled\/background.js"
    },
    "host_permissions": [
        "https:\/\/api.gumroad.com\/*",
        "https:\/\/slack.com\/api\/*",
        "https:\/\/api.lemonsqueezy.com\/v1\/*"
    ],
    "manifest_version": 3
}