Send to Slack
Select text and send it to Slack channel.
Send to Slack क्या है?
Send to Slack Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select text and send it to Slack channel."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Send to Slack एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Select text on the web page and send it to the Slack. You need to set up your slack api key on the options page.
एक्सटेंशन की मूल जानकारी
नाम | Send to Slack |
ID | injfdkhoambnmbignljneolhkohkikgl |
आधिकारिक URL | https://chromewebstore.google.com/detail/send-to-slack/injfdkhoambnmbignljneolhkohkikgl |
विवरण | Select text and send it to Slack channel. |
फ़ाइल का आकार | 61.24 KB |
स्थापना संख्या | 298 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2016-03-11 |
प्रकाशन तिथि | 2016-03-11 |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Send to Slack", "description": "Select text and send it to Slack channel.", "version": "0.1", "author": "Andrei Evseev", "permissions": [ "contextMenus", "https:\/\/slack.com\/api\/*", "storage" ], "icons": { "256": "slack.png" }, "options_page": "options.html", "background": { "scripts": [ "send2slack.js" ] }, "manifest_version": 2 } |