Slack "Also send to #Channel" Default On

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

Was ist Slack "Also send to #Channel" Default On?

Slack "Also send to #Channel" Default On ist eine Chrome-Erweiterung, die von https://steinwurf.com entwickelt wurde, und ihr Hauptmerkmal ist "A tiny extension to check the "Also send to #Channel" checkbox by default.".

Erweiterungsscreenshots

screenshot

Slack "Also send to #Channel" Default On-Erweiterungs-CRX-Datei herunterladen

Laden Sie Slack "Also send to #Channel" Default On-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Slack Slack "Also send to #Channel" Default On
ID ipicacdapmgpgehdfcicmpngcajdfflb
Offizielle URL https://chromewebstore.google.com/detail/slack-also-send-to-channe/ipicacdapmgpgehdfcicmpngcajdfflb
Beschreibung A tiny extension to check the "Also send to #Channel" checkbox by default.
Dateigröße 14.14 KB
Installationsanzahl 593
Aktuelle Version 1.0.7
Letztes Update 2023-02-20
Veröffentlichungsdatum 2020-02-28
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://steinwurf.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/steinwurf/slack-also-send-to-channel-default-on-chrome-extension
Hilfeseite URL https://github.com/steinwurf/slack-also-send-to-channel-default-on-chrome-extension
Unterstützte Sprachen 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
}