Slack "Also send to #Channel" Default On
A tiny extension to check the "Also send to #Channel" checkbox by default.
Cos'è Slack "Also send to #Channel" Default On?
Slack "Also send to #Channel" Default On è un'estensione di Chrome sviluppata da https://steinwurf.com, e la sua funzione principale è "A tiny extension to check the "Also send to #Channel" checkbox by default.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Slack "Also send to #Channel" Default On
Scarica i file di estensione Slack "Also send to #Channel" Default On in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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".
Informazioni di Base sull'Estensione
Nome | Slack "Also send to #Channel" Default On |
ID | ipicacdapmgpgehdfcicmpngcajdfflb |
URL Ufficiale | https://chromewebstore.google.com/detail/slack-also-send-to-channe/ipicacdapmgpgehdfcicmpngcajdfflb |
Descrizione | A tiny extension to check the "Also send to #Channel" checkbox by default. |
Dimensione del File | 14.14 KB |
Conteggio Installazioni | 593 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2023-02-20 |
Data di Pubblicazione | 2020-02-28 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://steinwurf.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/steinwurf/slack-also-send-to-channel-default-on-chrome-extension |
URL della Pagina di Aiuto | https://github.com/steinwurf/slack-also-send-to-channel-default-on-chrome-extension |
Lingue Supportate | 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 } |