Send to Slack

Select text and send it to Slack channel.

ما هو Send to Slack؟

Send to Slack هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Select text and send it to Slack channel.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Send to Slack

قم بتنزيل ملفات الامتداد Send to Slack بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Select text on the web page and send it to the Slack.

You need to set up your slack api key on the options page.                    

معلومات أساسية عن التمديد

الاسم Send to Slack Send to Slack
ID injfdkhoambnmbignljneolhkohkikgl
عنوان URL الرسمي https://chromewebstore.google.com/detail/send-to-slack/injfdkhoambnmbignljneolhkohkikgl
الوصف Select text and send it to Slack channel.
حجم الملف 61.24 KB
عدد التثبيتات 298
النسخة الحالية 0.1
آخر تحديث 2016-03-11
تاريخ النشر 2016-03-11
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Send to Slack",
    "description": "Select text and send it to Slack channel.",
    "version": "0.1",
    "author": "Andrei Evseev",
    "permissions": [
        "contextMenus",
        "https:\/\/slack.com\/api\/*",
        "storage"
    ],
    "icons": {
        "256": "slack.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "send2slack.js"
        ]
    },
    "manifest_version": 2
}