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
拡張機能の基本情報
名前 | Buzz* - Phone for Google Chrome™ |
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 |
Eメール | [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": [ " |