Buzz* - Phone for Google Chrome™

A WebRTC Phone for Asterisk and Google Chrome™

Qu'est-ce que Buzz* - Phone for Google Chrome™ ?

Buzz* - Phone for Google Chrome™ est une extension Chrome développée par grahambrown11, et sa fonction principale est "A WebRTC Phone for Asterisk and Google Chrome™".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Buzz* - Phone for Google Chrome™

Téléchargez les fichiers d'extension Buzz* - Phone for Google Chrome™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Buzz* - Phone for Google Chrome™ Buzz* - Phone for Google Chrome™
ID hkpciegbnpmpbpodnloafnoinjpbmakp
URL Officiel https://chromewebstore.google.com/detail/buzz-phone-for-google-chr/hkpciegbnpmpbpodnloafnoinjpbmakp
Description A WebRTC Phone for Asterisk and Google Chrome™
Taille du Fichier 984 KB
Nombre d'Installations 8,019
Version Actuelle 2.0.1
Dernière Mise à Jour 2023-08-26
Date de Publication 2020-11-03
Évaluation 5.00/5 Total 4 Évaluations
Développeur grahambrown11
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/grahambrown11/buzz-star/wiki
URL de la Page d'Aide https://github.com/grahambrown11/buzz-star/issues
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}