Microsoft Teams Emojinator
Adds emoji to microsoft teams via an external emoji server!
Cos'è Microsoft Teams Emojinator?
Microsoft Teams Emojinator è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Adds emoji to microsoft teams via an external emoji server!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Microsoft Teams Emojinator
Scarica i file di estensione Microsoft Teams Emojinator 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
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
Informazioni di Base sull'Estensione
Nome | Microsoft Teams Emojinator |
ID | eflminelddfglcbimfpncahdiacnnegk |
URL Ufficiale | https://chromewebstore.google.com/detail/microsoft-teams-emojinato/eflminelddfglcbimfpncahdiacnnegk |
Descrizione | Adds emoji to microsoft teams via an external emoji server! |
Dimensione del File | 11.57 KB |
Conteggio Installazioni | 2,101 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2020-06-02 |
Data di Pubblicazione | 2020-06-01 |
Valutazione | 1.73/5 Totale 11 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/dsmiller95/microsoft-teams-emojifier |
Lingue Supportate | 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 } |