Slack "Also send to #Channel" Default On

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

Qu'est-ce que Slack "Also send to #Channel" Default On ?

Slack "Also send to #Channel" Default On est une extension Chrome développée par https://steinwurf.com, et sa fonction principale est "A tiny extension to check the "Also send to #Channel" checkbox by default.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Slack "Also send to #Channel" Default On

Téléchargez les fichiers d'extension Slack "Also send to #Channel" Default On au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Slack Slack "Also send to #Channel" Default On
ID ipicacdapmgpgehdfcicmpngcajdfflb
URL Officiel https://chromewebstore.google.com/detail/slack-also-send-to-channe/ipicacdapmgpgehdfcicmpngcajdfflb
Description A tiny extension to check the "Also send to #Channel" checkbox by default.
Taille du Fichier 14.14 KB
Nombre d'Installations 593
Version Actuelle 1.0.7
Dernière Mise à Jour 2023-02-20
Date de Publication 2020-02-28
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://steinwurf.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/steinwurf/slack-also-send-to-channel-default-on-chrome-extension
URL de la Page d'Aide https://github.com/steinwurf/slack-also-send-to-channel-default-on-chrome-extension
Langues Prises en Charge 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
}