Slack Emoji Manager

Easily upload and download your emojis in Slack

What is Slack Emoji Manager?

Slack Emoji Manager is a Chrome extension developed by Jared Stevick, and its main feature is "Easily upload and download your emojis in Slack".

Extension Screenshots

screenshot
screenshot

Download Slack Emoji Manager Extension CRX File

Download Slack Emoji Manager 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

                        Simple, one click bulk upload and download of all of your Slack emojis!

Just click the extension button to get started. 

Look for the bulk upload and download sections once the page loads.

Uploading an emoji with the same filename as an existing emoji will fail!                    

Extension Basic Information

Name Slack Emoji Manager Slack Emoji Manager
ID alcljabecbbiacnmjojjnpcdafbjebgh
Official URL https://chrome.google.com/webstore/detail/slack-emoji-manager/alcljabecbbiacnmjojjnpcdafbjebgh
Description Easily upload and download your emojis in Slack
File Size 2.73 MB
Installation Count 378
Current Version 0.0.4
Last Updated 2017-08-28
Publish Date 2017-08-28
Rating 2.92/5 Total 12 Ratings
Developer Jared Stevick
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slack Emoji Manager",
    "short_name": "Slack Emoji Manager",
    "description": "Easily upload and download your emojis in Slack",
    "version": "0.0.4",
    "permissions": [
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.slack.com\/*\/emoji*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "neutral.png"
    },
    "icons": {
        "128": "neutral.png"
    },
    "web_accessible_resources": [
        "content.bundle.js",
        "content.bundle.js.map"
    ],
    "manifest_version": 2
}