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 là gì?

Slack "Also send to #Channel" Default On là một tiện ích mở rộng Chrome được phát triển bởi https://steinwurf.com, và tính năng chính của nó là "A tiny extension to check the "Also send to #Channel" checkbox by default.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slack "Also send to #Channel" Default On

Tải xuống các tệp mở rộng Slack "Also send to #Channel" Default On dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slack Slack "Also send to #Channel" Default On
ID ipicacdapmgpgehdfcicmpngcajdfflb
URL Chính Thức https://chromewebstore.google.com/detail/slack-also-send-to-channe/ipicacdapmgpgehdfcicmpngcajdfflb
Mô tả A tiny extension to check the "Also send to #Channel" checkbox by default.
Kích Thước Tệp 14.14 KB
Số Lần Cài Đặt 593
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2023-02-20
Ngày Phát Hành 2020-02-28
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://steinwurf.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/steinwurf/slack-also-send-to-channel-default-on-chrome-extension
URL Trang Trợ Giúp https://github.com/steinwurf/slack-also-send-to-channel-default-on-chrome-extension
Ngôn Ngữ Được Hỗ Trợ 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
}