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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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]"
    }
}