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
官方網址 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
電子郵箱 [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
}