MuteIntercom

Mute all sound notifications from Intercom.

MuteIntercomとは何ですか?

MuteIntercomはhttps://muteinter.comによって開発されたChromeの拡張機能で、その主な機能は「Mute all sound notifications from Intercom.」です。

拡張機能のスクリーンショット

screenshot

MuteIntercom拡張機能のCRXファイルをダウンロード

MuteIntercom拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Mute sounds coming from Intercom widgets.                    

拡張機能の基本情報

名前 MuteIntercom MuteIntercom
ID gfcdbfadghgpcbaiiedpdhpdolffkojl
公式URL https://chromewebstore.google.com/detail/muteintercom/gfcdbfadghgpcbaiiedpdhpdolffkojl
説明 Mute all sound notifications from Intercom.
ファイルサイズ 70.15 KB
インストール数 77
現在のバージョン 1.0
最終更新日 2018-02-04
公開日 2018-02-04
評価 5.00/5 合計 4 レビュー
開発者 https://muteinter.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://muteinter.com
対応言語 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]"
    }
}