Slack Emoji Manager

Easily upload and download your emojis in Slack

Wat is Slack Emoji Manager?

Slack Emoji Manager is een Chrome-extensie ontwikkeld door Jared Stevick, en de belangrijkste functie is "Easily upload and download your emojis in Slack".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Slack Emoji Manager

Download Slack Emoji Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Slack Emoji Manager Slack Emoji Manager
ID alcljabecbbiacnmjojjnpcdafbjebgh
Officiële URL https://chrome.google.com/webstore/detail/slack-emoji-manager/alcljabecbbiacnmjojjnpcdafbjebgh
Beschrijving Easily upload and download your emojis in Slack
Bestandsgrootte 2.73 MB
Aantal Installaties 378
Huidige Versie 0.0.4
Laatst Bijgewerkt 2017-08-28
Publicatiedatum 2017-08-28
Beoordeling 2.92/5 Totaal 12 Beoordelingen
Ontwikkelaar Jared Stevick
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}