MuteIntercom

Mute all sound notifications from Intercom.

Cos'è MuteIntercom?

MuteIntercom è un'estensione di Chrome sviluppata da https://muteinter.com, e la sua funzione principale è "Mute all sound notifications from Intercom.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MuteIntercom

Scarica i file di estensione MuteIntercom 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

                        Mute sounds coming from Intercom widgets.                    

Informazioni di Base sull'Estensione

Nome MuteIntercom MuteIntercom
ID gfcdbfadghgpcbaiiedpdhpdolffkojl
URL Ufficiale https://chromewebstore.google.com/detail/muteintercom/gfcdbfadghgpcbaiiedpdhpdolffkojl
Descrizione Mute all sound notifications from Intercom.
Dimensione del File 70.15 KB
Conteggio Installazioni 77
Versione Corrente 1.0
Ultimo Aggiornamento 2018-02-04
Data di Pubblicazione 2018-02-04
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://muteinter.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://muteinter.com
Lingue Supportate 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]"
    }
}