Slack "Also send to #Channel" Default On

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

Hvad er Slack "Also send to #Channel" Default On?

Slack "Also send to #Channel" Default On er en Chrome-udvidelse udviklet af https://steinwurf.com, og dens hovedfunktion er "A tiny extension to check the "Also send to #Channel" checkbox by default.".

Udvidelsesskærmbilleder

screenshot

Download Slack "Also send to #Channel" Default On-udvidelses-CRX-fil

Download Slack "Also send to #Channel" Default On-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Slack Slack "Also send to #Channel" Default On
ID ipicacdapmgpgehdfcicmpngcajdfflb
Officiel URL https://chromewebstore.google.com/detail/slack-also-send-to-channe/ipicacdapmgpgehdfcicmpngcajdfflb
Beskrivelse A tiny extension to check the "Also send to #Channel" checkbox by default.
Filstørrelse 14.14 KB
Antal Installationer 593
Nuværende Version 1.0.7
Senest Opdateret 2023-02-20
Udgivelsesdato 2020-02-28
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler https://steinwurf.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/steinwurf/slack-also-send-to-channel-default-on-chrome-extension
Hjælpeside-URL https://github.com/steinwurf/slack-also-send-to-channel-default-on-chrome-extension
Understøttede Sprog 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
}