Emoji for Chatter

See and input emoji in Chatter!

Cos'è Emoji for Chatter?

Emoji for Chatter è un'estensione di Chrome sviluppata da https://www.kylpo.com, e la sua funzione principale è "See and input emoji in Chatter!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Emoji for Chatter

Scarica i file di estensione Emoji for Chatter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Emoji for Chatter Emoji for Chatter
ID dipcnkfbpgiehajjcohgldhjdnhpijhf
URL Ufficiale https://chromewebstore.google.com/detail/emoji-for-chatter/dipcnkfbpgiehajjcohgldhjdnhpijhf
Descrizione See and input emoji in Chatter!
Dimensione del File 4.07 MB
Conteggio Installazioni 201
Versione Corrente 0.1.7
Ultimo Aggiornamento 2016-05-11
Data di Pubblicazione 2016-05-10
Valutazione 2.58/5 Totale 12 Valutazioni
Sviluppatore https://www.kylpo.com
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/kylpo/emoji-for-chatter
Lingue Supportate 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
}