MuteIntercom

Mute all sound notifications from Intercom.

Apa itu MuteIntercom?

MuteIntercom adalah ekstensi Chrome yang dikembangkan oleh https://muteinter.com, dan fitur utamanya adalah "Mute all sound notifications from Intercom.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MuteIntercom

Unduh file ekstensi MuteIntercom 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

                        Mute sounds coming from Intercom widgets.                    

Informasi Dasar Ekstensi

Nama MuteIntercom MuteIntercom
ID gfcdbfadghgpcbaiiedpdhpdolffkojl
URL Resmi https://chromewebstore.google.com/detail/muteintercom/gfcdbfadghgpcbaiiedpdhpdolffkojl
Deskripsi Mute all sound notifications from Intercom.
Ukuran File 70.15 KB
Jumlah Instalasi 77
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-02-04
Tanggal Publikasi 2018-02-04
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://muteinter.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://muteinter.com
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MuteIntercom",
    "description": "Mute all sound notifications from Intercom.",
    "version": "1.0",
    "author": "Wojtek Witkowski ",
    "homepage_url": "https:\/\/github.com\/rayfeed\/muteintercom",
    "browser_action": {
        "default_icon": "[email protected]",
        "default_popup": "mute.html",
        "default_title": "Mute Intercom Sounds"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/js.intercomcdn.com\/*"
    ],
    "background": {
        "scripts": [
            ".\/mute.js"
        ]
    },
    "icons": {
        "128": "[email protected]"
    }
}