Send to Slack
Select text and send it to Slack channel.
O que é Send to Slack?
Send to Slack é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Select text and send it to Slack channel.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Send to Slack
Baixe arquivos de extensão Send to Slack no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Send to Slack |
ID | injfdkhoambnmbignljneolhkohkikgl |
URL Oficial | https://chromewebstore.google.com/detail/send-to-slack/injfdkhoambnmbignljneolhkohkikgl |
Descrição | Select text and send it to Slack channel. |
Tamanho do Arquivo | 61.24 KB |
Contagem de Instalações | 298 |
Versão Atual | 0.1 |
Última Atualização | 2016-03-11 |
Data de Publicação | 2016-03-11 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |