Slack Emoji Manager

Easily upload and download your emojis in Slack

Cos'è Slack Emoji Manager?

Slack Emoji Manager è un'estensione di Chrome sviluppata da Jared Stevick, e la sua funzione principale è "Easily upload and download your emojis in Slack".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Slack Emoji Manager

Scarica i file di estensione Slack Emoji Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Slack Emoji Manager Slack Emoji Manager
ID alcljabecbbiacnmjojjnpcdafbjebgh
URL Ufficiale https://chrome.google.com/webstore/detail/slack-emoji-manager/alcljabecbbiacnmjojjnpcdafbjebgh
Descrizione Easily upload and download your emojis in Slack
Dimensione del File 2.73 MB
Conteggio Installazioni 378
Versione Corrente 0.0.4
Ultimo Aggiornamento 2017-08-28
Data di Pubblicazione 2017-08-28
Valutazione 2.92/5 Totale 12 Valutazioni
Sviluppatore Jared Stevick
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}