Send to Slack

Select text and send it to Slack channel.

Apa itu Send to Slack?

Send to Slack adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Select text and send it to Slack channel.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Send to Slack

Unduh file ekstensi Send to Slack dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Send to Slack Send to Slack
ID injfdkhoambnmbignljneolhkohkikgl
URL Resmi https://chromewebstore.google.com/detail/send-to-slack/injfdkhoambnmbignljneolhkohkikgl
Deskripsi Select text and send it to Slack channel.
Ukuran File 61.24 KB
Jumlah Instalasi 298
Versi Saat Ini 0.1
Terakhir Diperbarui 2016-03-11
Tanggal Publikasi 2016-03-11
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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
}