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.”。
扩展截图
下载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 "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 |
电子邮箱 | [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 } |