Emoji for Chatter
See and input emoji in Chatter!
Emoji for Chatter क्या है?
Emoji for Chatter https://www.kylpo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See and input emoji in Chatter!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Emoji for Chatter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |