MuteIntercom

Mute all sound notifications from Intercom.

Vad är MuteIntercom?

MuteIntercom är en Chrome-tillägg utvecklad av https://muteinter.com, och dess huvudfunktion är "Mute all sound notifications from Intercom.".

Tilläggsskärmbilder

screenshot

Ladda ner MuteIntercom-förlängningens CRX-fil

Ladda ner MuteIntercom-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Mute sounds coming from Intercom widgets.                    

Grundläggande Information om Tillägg

Namn MuteIntercom MuteIntercom
ID gfcdbfadghgpcbaiiedpdhpdolffkojl
Officiell webbadress https://chromewebstore.google.com/detail/muteintercom/gfcdbfadghgpcbaiiedpdhpdolffkojl
Beskrivning Mute all sound notifications from Intercom.
Filstorlek 70.15 KB
Antal Installationer 77
Aktuell Version 1.0
Senast Uppdaterad 2018-02-04
Publiceringsdatum 2018-02-04
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://muteinter.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://muteinter.com
Stödda Språk 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]"
    }
}