Slack "Also send to #Channel" Default On
A tiny extension to check the "Also send to #Channel" checkbox by default.
O que é Slack "Also send to #Channel" Default On?
Slack "Also send to #Channel" Default On é uma extensão do Chrome desenvolvida por https://steinwurf.com, e sua principal característica é "A tiny extension to check the "Also send to #Channel" checkbox by default.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Slack "Also send to #Channel" Default On
Baixe arquivos de extensão Slack "Also send to #Channel" Default On 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
When using threads in Slack you get the option to also send the message you are writing to the channel. This is a checkbox you need to tick. By default this checkbox is "off". This plugin simply checks this checkbox, so that the new default for this option is "on".
Informações Básicas da Extensão
Nome | Slack "Also send to #Channel" Default On |
ID | ipicacdapmgpgehdfcicmpngcajdfflb |
URL Oficial | https://chromewebstore.google.com/detail/slack-also-send-to-channe/ipicacdapmgpgehdfcicmpngcajdfflb |
Descrição | A tiny extension to check the "Also send to #Channel" checkbox by default. |
Tamanho do Arquivo | 14.14 KB |
Contagem de Instalações | 593 |
Versão Atual | 1.0.7 |
Última Atualização | 2023-02-20 |
Data de Publicação | 2020-02-28 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://steinwurf.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/steinwurf/slack-also-send-to-channel-default-on-chrome-extension |
URL da Página de Ajuda | https://github.com/steinwurf/slack-also-send-to-channel-default-on-chrome-extension |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slack \"Also send to #Channel\" Default On", "version": "1.0.7", "description": "A tiny extension to check the \"Also send to #Channel\" checkbox by default.", "permissions": [], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/app.slack.com\/client\/*", "http:\/\/app.slack.com\/client\/*" ], "run_at": "document_idle" } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "manifest_version": 3 } |