Slack "Also send to #Channel" Default On

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

Slack "Also send to #Channel" Default Onとは何ですか?

Slack "Also send to #Channel" Default Onはhttps://steinwurf.comによって開発されたChromeの拡張機能で、その主な機能は「A tiny extension to check the "Also send to #Channel" checkbox by default.」です。

拡張機能のスクリーンショット

screenshot

Slack "Also send to #Channel" Default On拡張機能のCRXファイルをダウンロード

Slack "Also send to #Channel" Default On拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Slack Slack "Also send to #Channel" Default On
ID ipicacdapmgpgehdfcicmpngcajdfflb
公式URL https://chromewebstore.google.com/detail/slack-also-send-to-channe/ipicacdapmgpgehdfcicmpngcajdfflb
説明 A tiny extension to check the "Also send to #Channel" checkbox by default.
ファイルサイズ 14.14 KB
インストール数 593
現在のバージョン 1.0.7
最終更新日 2023-02-20
公開日 2020-02-28
評価 5.00/5 合計 4 レビュー
開発者 https://steinwurf.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/steinwurf/slack-also-send-to-channel-default-on-chrome-extension
ヘルプページのURL https://github.com/steinwurf/slack-also-send-to-channel-default-on-chrome-extension
対応言語 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
}