Emoji for Chatter

See and input emoji in Chatter!

Qu'est-ce que Emoji for Chatter ?

Emoji for Chatter est une extension Chrome développée par https://www.kylpo.com, et sa fonction principale est "See and input emoji in Chatter!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Emoji for Chatter

Téléchargez les fichiers d'extension Emoji for Chatter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Emoji for Chatter Emoji for Chatter
ID dipcnkfbpgiehajjcohgldhjdnhpijhf
URL Officiel https://chromewebstore.google.com/detail/emoji-for-chatter/dipcnkfbpgiehajjcohgldhjdnhpijhf
Description See and input emoji in Chatter!
Taille du Fichier 4.07 MB
Nombre d'Installations 201
Version Actuelle 0.1.7
Dernière Mise à Jour 2016-05-11
Date de Publication 2016-05-10
Évaluation 2.58/5 Total 12 Évaluations
Développeur https://www.kylpo.com
Type de Paiement free
Site Web de l'Extension https://github.com/kylpo/emoji-for-chatter
Langues Prises en Charge 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
}