Slack Emoji Manager
Easily upload and download your emojis in Slack
Was ist Slack Emoji Manager?
Slack Emoji Manager ist eine Chrome-Erweiterung, die von Jared Stevick entwickelt wurde, und ihr Hauptmerkmal ist "Easily upload and download your emojis in Slack".
Erweiterungsscreenshots
Slack Emoji Manager-Erweiterungs-CRX-Datei herunterladen
Laden Sie Slack Emoji Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | alcljabecbbiacnmjojjnpcdafbjebgh |
Offizielle URL | https://chrome.google.com/webstore/detail/slack-emoji-manager/alcljabecbbiacnmjojjnpcdafbjebgh |
Beschreibung | Easily upload and download your emojis in Slack |
Dateigröße | 2.73 MB |
Installationsanzahl | 378 |
Aktuelle Version | 0.0.4 |
Letztes Update | 2017-08-28 |
Veröffentlichungsdatum | 2017-08-28 |
Bewertung | 2.92/5 Insgesamt 12 Bewertungen |
Entwickler | Jared Stevick |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |