Emoji for Chatter

See and input emoji in Chatter!

Emoji for Chatter là gì?

Emoji for Chatter là một tiện ích mở rộng Chrome được phát triển bởi https://www.kylpo.com, và tính năng chính của nó là "See and input emoji in Chatter!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Emoji for Chatter

Tải xuống các tệp mở rộng Emoji for Chatter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Emoji for Chatter Emoji for Chatter
ID dipcnkfbpgiehajjcohgldhjdnhpijhf
URL Chính Thức https://chromewebstore.google.com/detail/emoji-for-chatter/dipcnkfbpgiehajjcohgldhjdnhpijhf
Mô tả See and input emoji in Chatter!
Kích Thước Tệp 4.07 MB
Số Lần Cài Đặt 201
Phiên Bản Hiện Tại 0.1.7
Cập Nhật Lần Cuối 2016-05-11
Ngày Phát Hành 2016-05-10
Đánh Giá 2.58/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://www.kylpo.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kylpo/emoji-for-chatter
Ngôn Ngữ Được Hỗ Trợ 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
}