Send to Slack

Select text and send it to Slack channel.

Cos'è Send to Slack?

Send to Slack è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Select text and send it to Slack channel.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Send to Slack

Scarica i file di estensione Send to Slack in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Send to Slack Send to Slack
ID injfdkhoambnmbignljneolhkohkikgl
URL Ufficiale https://chromewebstore.google.com/detail/send-to-slack/injfdkhoambnmbignljneolhkohkikgl
Descrizione Select text and send it to Slack channel.
Dimensione del File 61.24 KB
Conteggio Installazioni 298
Versione Corrente 0.1
Ultimo Aggiornamento 2016-03-11
Data di Pubblicazione 2016-03-11
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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
}