Microsoft Teams Emojinator
Adds emoji to microsoft teams via an external emoji server!
Qu'est-ce que Microsoft Teams Emojinator ?
Microsoft Teams Emojinator est une extension Chrome développée par Unknown, et sa fonction principale est "Adds emoji to microsoft teams via an external emoji server!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Microsoft Teams Emojinator
Téléchargez les fichiers d'extension Microsoft Teams Emojinator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Use all of your favorite emoji in Microsoft teams! They do not support custom emoticons be default, this allows the web app to support viewing custom emoji hosted externally. This requires an external emoji server to host the images for your team, channel, or organization Use the extension settings page to configure the remote URL for the emoji server Further documentation and source here: https://github.com/dsmiller95/microsoft-teams-emojifier
Informations de Base sur l'Extension
Nom | Microsoft Teams Emojinator |
ID | eflminelddfglcbimfpncahdiacnnegk |
URL Officiel | https://chromewebstore.google.com/detail/microsoft-teams-emojinato/eflminelddfglcbimfpncahdiacnnegk |
Description | Adds emoji to microsoft teams via an external emoji server! |
Taille du Fichier | 11.57 KB |
Nombre d'Installations | 2,101 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2020-06-02 |
Date de Publication | 2020-06-01 |
Évaluation | 1.73/5 Total 11 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/dsmiller95/microsoft-teams-emojifier |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Microsoft Teams Emojinator", "version": "1.3", "description": "Adds emoji to microsoft teams via an external emoji server!", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/teams.microsoft.com.us3.cas.ms\/*" ], "run_at": "document_idle", "js": [ "payload.js" ] } ], "icons": { "16": "thonk16.png", "32": "thonk32.png", "48": "thonk48.png", "128": "thonk128.png" }, "options_page": "options.html", "manifest_version": 2 } |