MuteIntercom

Mute all sound notifications from Intercom.

ما هو MuteIntercom؟

MuteIntercom هو إضافة Chrome تم تطويرها بواسطة https://muteinter.com، والميزة الرئيسية لها هي "Mute all sound notifications from Intercom.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة MuteIntercom

قم بتنزيل ملفات الامتداد MuteIntercom بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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]"
    }
}