Send to Slack
Select text and send it to Slack channel.
What is Send to Slack?
Send to Slack is a Chrome extension developed by Unknown, and its main feature is "Select text and send it to Slack channel.".
Extension Screenshots
Download Send to Slack Extension CRX File
Download Send to Slack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Send to Slack |
ID | injfdkhoambnmbignljneolhkohkikgl |
Official URL | https://chromewebstore.google.com/detail/send-to-slack/injfdkhoambnmbignljneolhkohkikgl |
Description | Select text and send it to Slack channel. |
File Size | 61.24 KB |
Installation Count | 298 |
Current Version | 0.1 |
Last Updated | 2016-03-11 |
Publish Date | 2016-03-11 |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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 } |