MuteIntercom

Mute all sound notifications from Intercom.

Wat is MuteIntercom?

MuteIntercom is een Chrome-extensie ontwikkeld door https://muteinter.com, en de belangrijkste functie is "Mute all sound notifications from Intercom.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MuteIntercom

Download MuteIntercom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Mute sounds coming from Intercom widgets.                    

Basisinformatie over de Extensie

Naam MuteIntercom MuteIntercom
ID gfcdbfadghgpcbaiiedpdhpdolffkojl
Officiële URL https://chromewebstore.google.com/detail/muteintercom/gfcdbfadghgpcbaiiedpdhpdolffkojl
Beschrijving Mute all sound notifications from Intercom.
Bestandsgrootte 70.15 KB
Aantal Installaties 77
Huidige Versie 1.0
Laatst Bijgewerkt 2018-02-04
Publicatiedatum 2018-02-04
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://muteinter.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://muteinter.com
Ondersteunde Talen 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]"
    }
}