MuteIntercom

Mute all sound notifications from Intercom.

MuteIntercom là gì?

MuteIntercom là một tiện ích mở rộng Chrome được phát triển bởi https://muteinter.com, và tính năng chính của nó là "Mute all sound notifications from Intercom.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MuteIntercom

Tải xuống các tệp mở rộng MuteIntercom dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Mute sounds coming from Intercom widgets.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MuteIntercom MuteIntercom
ID gfcdbfadghgpcbaiiedpdhpdolffkojl
URL Chính Thức https://chromewebstore.google.com/detail/muteintercom/gfcdbfadghgpcbaiiedpdhpdolffkojl
Mô tả Mute all sound notifications from Intercom.
Kích Thước Tệp 70.15 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-02-04
Ngày Phát Hành 2018-02-04
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://muteinter.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://muteinter.com
Ngôn Ngữ Được Hỗ Trợ 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]"
    }
}