Message Deleter for Slack 3.0

Automatically delete Slack messages from channels, private channels, threads and direct messages.

Τι είναι το Message Deleter for Slack 3.0;

Το Message Deleter for Slack 3.0 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://petasittek.com, και η κύρια λειτουργία του είναι "Automatically delete Slack messages from channels, private channels, threads and direct messages.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Message Deleter for Slack 3.0

Λήψη αρχείων επέκτασης Message Deleter for Slack 3.0 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Take control of your Slack history. You can bulk delete Slack messages, clear chat histories, or even handle tasks like removing yourself from direct message conversations. Dive into the future of Slack conversation management and clear those unread, outdated, or unnecessary messages with precision and ease.

🚀 NEW UPDATED VERSION - 2023
  ⭐️ The only tool tailored for the new Slack interface with unmatched compatibility.

🚀 Did you know?
  ⭐️ Team Owners and Admins can export message and file history from Slack.
  ⭐️ With Compliance Exports enabled the exports include messages and files even from private channels and direct messages.

🚀 Why should you use it?
  ⭐️ It gives you peace of mind knowing that sensitive or temporary discussions won't be accessible in the long run.
  ⭐️ Regular deletion of messages can protect individual user privacy, ensuring personal conversations or details are not left lingering indefinitely.
  ⭐️ It minimizes the digital footprint, reducing potential vulnerabilities or exposure points.

🚀 Why should your organization use it?
  ⭐️ It helps in maintaining a professional environment, especially when new team members join and review past communications.
  ⭐️ For organizations, it can assist in adhering to data retention policies or standards.
  ⭐️ It can help reduce the amount of data stored in Slack, which can be useful for teams with limited storage space.
  ⭐️ It reduces the chances of outdated information causing confusion or misdirection within teams.

🚀 Notice
  ⭐️ Direct messages from others cannot be deleted, neither in the app nor in the native Slack interface. This is a limitation imposed by Slack.

🚀 Warranty/uncertainty of functionality
  ⭐️ Message Deleter for Slack 3.0 relies on third-party functionalities, so feature consistency cannot be guaranteed indefinitely. Features might be added or discontinued, and in rare cases, there's a possibility that all features could stop working.

Completely free and with no ads

Made with ❤️ by Peta Sittek                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Message Deleter for Slack 3.0 Message Deleter for Slack 3.0
ID gpjmcgacbkeokgllnkjkiahiegkaalfb
Επίσημο URL https://chromewebstore.google.com/detail/message-deleter-for-slack/gpjmcgacbkeokgllnkjkiahiegkaalfb
Περιγραφή Automatically delete Slack messages from channels, private channels, threads and direct messages.
Μέγεθος Αρχείου 31.84 KB
Αριθμός Εγκαταστάσεων 3,565
Τρέχουσα Έκδοση 3.0.4
Τελευταία Ενημέρωση 2023-07-31
Ημερομηνία Δημοσίευσης 2023-07-30
Αξιολόγηση 3.88/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής https://petasittek.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.petasittek.com/message-deleter-for-slack-3-0/
Διεύθυνση URL της Σελίδας Βοήθειας https://petasittek.zendesk.com/hc/en-us/requests/new
URL της Σελίδας Πολιτικής Απορρήτου https://www.petasittek.com/chrome-extensions-privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Message Deleter for Slack 3.0",
    "description": "Automatically delete Slack messages from channels, private channels, threads and direct messages.",
    "version": "3.0.4",
    "author": "Peta Sittek",
    "homepage_url": "https:\/\/www.petasittek.com\/message-deleter-for-slack-3-0\/",
    "icons": {
        "16": "16.77f50729.png",
        "32": "32.c0554300.png",
        "48": "48.5175a535.png",
        "128": "128.58f3a3c9.png"
    },
    "action": {
        "default_title": "Message Deleter for Slack 3.0",
        "default_popup": "popup.08dac17d.html",
        "default_icon": {
            "16": "16.77f50729.png",
            "19": "19.f38a9b14.png",
            "24": "24.00b94af7.png",
            "32": "32.c0554300.png",
            "38": "38.b5565642.png",
            "48": "48.5175a535.png",
            "128": "128.58f3a3c9.png"
        }
    },
    "background": {
        "service_worker": "service-worker.0d275e2c.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.slack.com\/*"
            ],
            "js": [
                "content-script.9bfbf715.js"
            ],
            "css": [
                "content-script.a14f0829.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}