Slack Reaction Notifications

Get a notification for reactions in Slack

Apa itu Slack Reaction Notifications?

Slack Reaction Notifications adalah ekstensi Chrome yang dikembangkan oleh Simon Cleriot, dan fitur utamanya adalah "Get a notification for reactions in Slack".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Slack Reaction Notifications

Unduh file ekstensi Slack Reaction Notifications 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

                        🥳 Get desktop notifications for Slack emoji reactions

Install the browser extension, you'll be prompted to login with your Slack account.
Everytime someone will react to one of your message, you'll get a short notification.                    

Informasi Dasar Ekstensi

Nama Slack Reaction Notifications Slack Reaction Notifications
ID fckdljeklojijnbbggpacnphkgflhpda
URL Resmi https://chromewebstore.google.com/detail/slack-reaction-notificati/fckdljeklojijnbbggpacnphkgflhpda
Deskripsi Get a notification for reactions in Slack
Ukuran File 1.19 MB
Jumlah Instalasi 277
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2021-05-04
Tanggal Publikasi 2021-01-28
Penilaian 3.40/5 Total 5 Penilaian
Pengembang Simon Cleriot
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slack Reaction Notifications",
    "description": "Get a notification for reactions in Slack",
    "version": "1.0.2",
    "manifest_version": 2,
    "author": "Simon Cleriot",
    "homepage_url": "https:\/\/github.com\/scleriot\/slack-reactions-notification",
    "background": {
        "scripts": [
            "build\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [],
    "browser_action": {
        "default_popup": "build\/popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "192": "icon-192.png",
            "128": "icon-128.png",
            "260": "icon-260.png",
            "48": "icon-48.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "192": "icon-192.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "https:\/\/slack.com\/*",
        "https:\/\/*.slack.com\/*",
        "https:\/\/*.lb.slack-msgs.com\/*",
        "notifications",
        "identity",
        "storage"
    ]
}