Message deleter for Slack

Delete Slack messages in bulk - channels, private channels and direct messages supported

Message deleter for Slackคืออะไร?

Message deleter for Slack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Peta Sittek และคุณลักษณะหลักของมันคือ "Delete Slack messages in bulk - channels, private channels and direct messages supported"

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

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

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

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

                        ⚠️ DEVELOPER NOTE ⚠️
Slack is gradually upgrading its backend to a new version therefore some users might see "Please go to some Slack Channel or direct messages". There's a new updated version 2.0 with support for the new Slack app: https://chrome.google.com/webstore/detail/jmnhlemigpnjfifikojieigkbgemgbbm


🚀 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                    

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

ชื่อ Message deleter for Slack Message deleter for Slack
ID eledhnkjmlmljbbamapmggcjkbpcgdlb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/eledhnkjmlmljbbamapmggcjkbpcgdlb
คำอธิบาย Delete Slack messages in bulk - channels, private channels and direct messages supported
ขนาดไฟล์ 55.4 KB
จำนวนการติดตั้ง 9,713
เวอร์ชันปัจจุบัน 2.3.0
อัปเดตครั้งล่าสุด 2019-11-24
วันที่เผยแพร่ 2019-11-24
คะแนน 3.01/5 รวมทั้งหมด 104 คะแนน
ผู้พัฒนา Peta Sittek
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.petasittek.com/chrome-extensions-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Message deleter for Slack",
    "manifest_version": 2,
    "description": "Delete Slack messages in bulk - channels, private channels and direct messages supported",
    "version": "2.3.0",
    "icons": {
        "16": "icon\/icon-basic-16.png",
        "32": "icon\/icon-basic-32.png",
        "48": "icon\/icon-basic-48.png",
        "128": "icon\/icon-basic-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon\/icon-basic-19.png",
            "38": "icon\/icon-basic-38.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "js\/inject-03-delete-messages-vanilla.js",
        "js\/inject-03-delete-messages-react.js"
    ],
    "permissions": [
        "activeTab"
    ]
}