slack-status

Change your Slack status.

What is slack-status?

slack-status is a Chrome extension developed by braitom, and its main feature is "Change your Slack status.".

Extension Screenshots

screenshot
screenshot
screenshot

Download slack-status Extension CRX File

Download slack-status 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

                        Quickly change your slack status.

You can save the status of Slack as a template and reflect it immediately.

Notice:
First you need to set Slack Token and status with extension options

Update:
2017/04/16 ; Bug fix                    

Extension Basic Information

Name slack-status slack-status
ID hfcoofmkdafpgfdcbokphafoefgecloo
Official URL https://chromewebstore.google.com/detail/slack-status/hfcoofmkdafpgfdcbokphafoefgecloo
Description Change your Slack status.
File Size 227 KB
Installation Count 64
Current Version 1.0.2
Last Updated 2017-04-16
Publish Date 2017-04-16
Developer braitom
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": ".\/image\/icon128.png",
        "default_popup": "popup.html"
    },
    "description": "Change your Slack status.",
    "icons": {
        "16": ".\/image\/icon16.png",
        "48": ".\/image\/icon48.png",
        "128": ".\/image\/icon128.png"
    },
    "manifest_version": 2,
    "name": "slack-status",
    "options_page": "options.html",
    "permissions": [],
    "version": "1.0.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}