Send to Slack

Select text and send it to Slack channel.

Wat is Send to Slack?

Send to Slack is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Select text and send it to Slack channel.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Send to Slack

Download Send to Slack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Send to Slack Send to Slack
ID injfdkhoambnmbignljneolhkohkikgl
Officiële URL https://chromewebstore.google.com/detail/send-to-slack/injfdkhoambnmbignljneolhkohkikgl
Beschrijving Select text and send it to Slack channel.
Bestandsgrootte 61.24 KB
Aantal Installaties 298
Huidige Versie 0.1
Laatst Bijgewerkt 2016-03-11
Publicatiedatum 2016-03-11
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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
}