Slack "Also send to #Channel" Default On

A tiny extension to check the "Also send to #Channel" checkbox by default.

Wat is Slack "Also send to #Channel" Default On?

Slack "Also send to #Channel" Default On is een Chrome-extensie ontwikkeld door https://steinwurf.com, en de belangrijkste functie is "A tiny extension to check the "Also send to #Channel" checkbox by default.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Slack "Also send to #Channel" Default On

Download Slack "Also send to #Channel" Default On-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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".                    

Basisinformatie over de Extensie

Naam Slack Slack "Also send to #Channel" Default On
ID ipicacdapmgpgehdfcicmpngcajdfflb
Officiële URL https://chromewebstore.google.com/detail/slack-also-send-to-channe/ipicacdapmgpgehdfcicmpngcajdfflb
Beschrijving A tiny extension to check the "Also send to #Channel" checkbox by default.
Bestandsgrootte 14.14 KB
Aantal Installaties 593
Huidige Versie 1.0.7
Laatst Bijgewerkt 2023-02-20
Publicatiedatum 2020-02-28
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://steinwurf.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/steinwurf/slack-also-send-to-channel-default-on-chrome-extension
Help Pagina-URL https://github.com/steinwurf/slack-also-send-to-channel-default-on-chrome-extension
Ondersteunde Talen 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
}