Emoji for Chatter
See and input emoji in Chatter!
O que é Emoji for Chatter?
Emoji for Chatter é uma extensão do Chrome desenvolvida por https://www.kylpo.com, e sua principal característica é "See and input emoji in Chatter!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Emoji for Chatter
Baixe arquivos de extensão Emoji for Chatter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
<< NOT BEING ACTIVELY DEVELOPED >> This extension will replace text emojis, like :smile:, with image emojis in Salesforce's Chatter! Also, when typing a post or comment, type : and search to see what emojis are available. For a list of all emojis, see: http://www.emoji-cheat-sheet.com/ Note: this is NOT an official Salesforce project. Salesforce is not responsible for this extension. Permissions explanation: "Access your data on *.salesforce.com" - Needed to inject this functionality on a salesforce page
Informações Básicas da Extensão
Nome | Emoji for Chatter |
ID | dipcnkfbpgiehajjcohgldhjdnhpijhf |
URL Oficial | https://chromewebstore.google.com/detail/emoji-for-chatter/dipcnkfbpgiehajjcohgldhjdnhpijhf |
Descrição | See and input emoji in Chatter! |
Tamanho do Arquivo | 4.07 MB |
Contagem de Instalações | 201 |
Versão Atual | 0.1.7 |
Última Atualização | 2016-05-11 |
Data de Publicação | 2016-05-10 |
Classificação | 2.58/5 Total de 12 Avaliações |
Desenvolvedor | https://www.kylpo.com |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/kylpo/emoji-for-chatter |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Emoji for Chatter", "description": "See and input emoji in Chatter!", "version": "0.1.7", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*" ], "js": [ "libs\/jquery.min.js", "libs\/jquery.caret.min.js", "libs\/jquery.atwho.min.js", "libs\/emojify.js", "content.js" ], "css": [ "libs\/jquery.atwho.min.css", "style.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/emoji\/*.png", "libs\/jquery.min.map" ], "manifest_version": 2 } |