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!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Emoji for Chatter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        << 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 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
}