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ファイルをダウンロード

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