Slack Emoji Manager
Easily upload and download your emojis in Slack
Slack Emoji Manager क्या है?
Slack Emoji Manager Jared Stevick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily upload and download your emojis in Slack"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Slack Emoji Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple, one click bulk upload and download of all of your Slack emojis! Just click the extension button to get started. Look for the bulk upload and download sections once the page loads. Uploading an emoji with the same filename as an existing emoji will fail!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | alcljabecbbiacnmjojjnpcdafbjebgh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/slack-emoji-manager/alcljabecbbiacnmjojjnpcdafbjebgh |
विवरण | Easily upload and download your emojis in Slack |
फ़ाइल का आकार | 2.73 MB |
स्थापना संख्या | 378 |
वर्तमान संस्करण | 0.0.4 |
अंतिम अपडेट | 2017-08-28 |
प्रकाशन तिथि | 2017-08-28 |
रेटिंग | 2.92/5 कुल 12 रेटिंग्स |
डेवलपर | Jared Stevick |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slack Emoji Manager", "short_name": "Slack Emoji Manager", "description": "Easily upload and download your emojis in Slack", "version": "0.0.4", "permissions": [ "activeTab", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.slack.com\/*\/emoji*" ], "js": [ "content.bundle.js" ], "run_at": "document_end" } ], "browser_action": { "default_popup": "popup.html", "default_icon": "neutral.png" }, "icons": { "128": "neutral.png" }, "web_accessible_resources": [ "content.bundle.js", "content.bundle.js.map" ], "manifest_version": 2 } |