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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://steinwurf.com และคุณลักษณะหลักของมันคือ "A tiny extension to check the "Also send to #Channel" checkbox by default."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slack "Also send to #Channel" Default On

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}