Emoji for Chatter
See and input emoji in Chatter!
什么是Emoji for Chatter?
Emoji for Chatter是由https://www.kylpo.com开发的Chrome扩展程序,该扩展的主要功能是“See and input emoji in Chatter!”。
扩展截图
下载Emoji for Chatter扩展crx文件
下载Emoji for Chatter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
<< 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
扩展基本信息
名称 | Emoji for Chatter |
ID | dipcnkfbpgiehajjcohgldhjdnhpijhf |
官方URL | https://chromewebstore.google.com/detail/emoji-for-chatter/dipcnkfbpgiehajjcohgldhjdnhpijhf |
简介 | See and input emoji in Chatter! |
文件大小 | 4.07 MB |
安装次数 | 201 |
当前版本 | 0.1.7 |
更新时间 | 2016-05-11 |
上架时间 | 2016-05-10 |
评分 | 2.58/5 共12次评分 |
开发者 | https://www.kylpo.com |
付费类型 | free |
扩展官网 | https://github.com/kylpo/emoji-for-chatter |
支持的语言 | 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 } |