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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}