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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
}