MuteIntercom

Mute all sound notifications from Intercom.

What is MuteIntercom?

MuteIntercom is a Chrome extension developed by https://muteinter.com, and its main feature is "Mute all sound notifications from Intercom.".

Extension Screenshots

screenshot

Download MuteIntercom Extension CRX File

Download MuteIntercom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Mute sounds coming from Intercom widgets.                    

Extension Basic Information

Name MuteIntercom MuteIntercom
ID gfcdbfadghgpcbaiiedpdhpdolffkojl
Official URL https://chromewebstore.google.com/detail/muteintercom/gfcdbfadghgpcbaiiedpdhpdolffkojl
Description Mute all sound notifications from Intercom.
File Size 70.15 KB
Installation Count 77
Current Version 1.0
Last Updated 2018-02-04
Publish Date 2018-02-04
Rating 5.00/5 Total 4 Ratings
Developer https://muteinter.com
Email [email protected]
Payment Type free
Extension Website https://muteinter.com
Supported Languages 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]"
    }
}