Buzz* - Phone for Google Chrome™
A WebRTC Phone for Asterisk and Google Chrome™
What is Buzz* - Phone for Google Chrome™?
Buzz* - Phone for Google Chrome™ is a Chrome extension developed by grahambrown11, and its main feature is "A WebRTC Phone for Asterisk and Google Chrome™".
Extension Screenshots
Download Buzz* - Phone for Google Chrome™ Extension CRX File
Download Buzz* - Phone for Google Chrome™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Buzz* - Phone for Google Chrome™ |
ID | hkpciegbnpmpbpodnloafnoinjpbmakp |
Official URL | https://chromewebstore.google.com/detail/buzz-phone-for-google-chr/hkpciegbnpmpbpodnloafnoinjpbmakp |
Description | A WebRTC Phone for Asterisk and Google Chrome™ |
File Size | 984 KB |
Installation Count | 8,019 |
Current Version | 2.0.1 |
Last Updated | 2023-08-26 |
Publish Date | 2020-11-03 |
Rating | 5.00/5 Total 4 Ratings |
Developer | grahambrown11 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/grahambrown11/buzz-star/wiki |
Help Page URL | https://github.com/grahambrown11/buzz-star/issues |
Supported Languages | 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": [ " |