Slack Message Deleter

Slack Message Deleter

What is Slack Message Deleter?

Slack Message Deleter is a Chrome extension developed by cezar.pimentel, and its main feature is "Slack Message Deleter".

Extension Screenshots

screenshot

Download Slack Message Deleter Extension CRX File

Download Slack Message Deleter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This app will automate the deletion of Slack message, if you have the proper permission on the team to do so. If you don't have admin privileges it will delete only the messages you've sent.                    

Extension Basic Information

Name Slack Message Deleter Slack Message Deleter
ID goiifbijipfnhegpnppmkdhoehkaiggn
Official URL https://chromewebstore.google.com/detail/slack-message-deleter/goiifbijipfnhegpnppmkdhoehkaiggn
Description Slack Message Deleter
File Size 118 KB
Installation Count 997
Current Version 1.0.0
Last Updated 2019-04-23
Publish Date 2019-04-23
Rating 2.00/5 Total 5 Ratings
Developer cezar.pimentel
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slack Message Deleter",
    "description": "Slack Message Deleter",
    "version": "1.0.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "js\/script-03-delete-messages.js"
    ]
}