Send to Slack

Select text and send it to Slack channel.

Send to Slack là gì?

Send to Slack là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Select text and send it to Slack channel.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Send to Slack

Tải xuống các tệp mở rộng Send to Slack 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

                        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.                    

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

Tên Send to Slack Send to Slack
ID injfdkhoambnmbignljneolhkohkikgl
URL Chính Thức https://chromewebstore.google.com/detail/send-to-slack/injfdkhoambnmbignljneolhkohkikgl
Mô tả Select text and send it to Slack channel.
Kích Thước Tệp 61.24 KB
Số Lần Cài Đặt 298
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-03-11
Ngày Phát Hành 2016-03-11
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}