Buzz* - Phone for Google Chrome™

A WebRTC Phone for Asterisk and Google Chrome™

Buzz* - Phone for Google Chrome™ là gì?

Buzz* - Phone for Google Chrome™ là một tiện ích mở rộng Chrome được phát triển bởi grahambrown11, và tính năng chính của nó là "A WebRTC Phone for Asterisk and Google Chrome™".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Buzz* - Phone for Google Chrome™

Tải xuống các tệp mở rộng Buzz* - Phone for Google Chrome™ 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

                        A WebRTC Phone for making calls from Google Chrome™, Chromium and Chromebook™ using Asterisk - the Open Source Communications Software.

Checkout the project wiki page for details on how to setup: https://github.com/grahambrown11/buzz-star/wiki                    

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

Tên Buzz* - Phone for Google Chrome™ Buzz* - Phone for Google Chrome™
ID hkpciegbnpmpbpodnloafnoinjpbmakp
URL Chính Thức https://chromewebstore.google.com/detail/buzz-phone-for-google-chr/hkpciegbnpmpbpodnloafnoinjpbmakp
Mô tả A WebRTC Phone for Asterisk and Google Chrome™
Kích Thước Tệp 984 KB
Số Lần Cài Đặt 8,019
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2023-08-26
Ngày Phát Hành 2020-11-03
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển grahambrown11
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/grahambrown11/buzz-star/wiki
URL Trang Trợ Giúp https://github.com/grahambrown11/buzz-star/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Buzz* - Phone for Google Chrome\u2122",
    "short_name": "Buzz*",
    "description": "A WebRTC Phone for Asterisk and Google Chrome\u2122",
    "version": "2.0.1",
    "minimum_chrome_version": "109",
    "permissions": [
        "storage",
        "background",
        "notifications",
        "offscreen"
    ],
    "optional_permissions": [
        "idle"
    ],
    "background": {
        "service_worker": "buzz-worker.js"
    },
    "icons": {
        "16": "img\/icon-blue-16.png",
        "32": "img\/icon-blue-32.png",
        "48": "img\/icon-blue-48.png",
        "128": "img\/icon-blue-128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon-blue-16.png",
            "32": "img\/icon-blue-32.png",
            "48": "img\/icon-blue-48.png",
            "128": "img\/icon-blue-128.png"
        },
        "default_title": "Buzz* - Phone for Google Chrome\u2122",
        "default_popup": "popup.html?type=popup"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "incognito": "not_allowed",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "buzz-content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "buzz-api.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}