Buzz* - Phone for Google Chrome™
A WebRTC Phone for Asterisk and Google Chrome™
什么是Buzz* - Phone for Google Chrome™?
Buzz* - Phone for Google Chrome™是由grahambrown11开发的Chrome扩展程序,该扩展的主要功能是“A WebRTC Phone for Asterisk and Google Chrome™”。
扩展截图
下载Buzz* - Phone for Google Chrome™扩展crx文件
下载Buzz* - Phone for Google Chrome™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | hkpciegbnpmpbpodnloafnoinjpbmakp |
| 官方URL | https://chromewebstore.google.com/detail/buzz-phone-for-google-chr/hkpciegbnpmpbpodnloafnoinjpbmakp |
| 简介 | A WebRTC Phone for Asterisk and Google Chrome™ |
| 文件大小 | 984 KB |
| 安装次数 | 8,019 |
| 当前版本 | 2.0.1 |
| 更新时间 | 2023-08-26 |
| 上架时间 | 2020-11-03 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | grahambrown11 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/grahambrown11/buzz-star/wiki |
| 帮助页面URL | https://github.com/grahambrown11/buzz-star/issues |
| 支持的语言 | 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": [
" | |