PekePBX Browser Sync

PekePBX Notification Extension

Cos'è PekePBX Browser Sync?

PekePBX Browser Sync è un'estensione di Chrome sviluppata da Barnetik Koop., e la sua funzione principale è "PekePBX Notification Extension".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione PekePBX Browser Sync

Scarica i file di estensione PekePBX Browser Sync in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension integrates PekePBX customer accounts and Chrome browser.

Once authenticated users will be able to:
  * Receive notifications when an incoming call is received on their related SIP account
  * Click2Call functionality to any selected phone number or "tel:" link against their related SIP account

A PekePBX account is mandatory to be able to use this extension.                    

Informazioni di Base sull'Estensione

Nome PekePBX Browser Sync PekePBX Browser Sync
ID ehkikpndlfkeicoeackadgibojlnhalp
URL Ufficiale https://chromewebstore.google.com/detail/pekepbx-browser-sync/ehkikpndlfkeicoeackadgibojlnhalp
Descrizione PekePBX Notification Extension
Dimensione del File 264 KB
Conteggio Installazioni 152
Versione Corrente 1.1.0
Ultimo Aggiornamento 2020-02-19
Data di Pubblicazione 2020-02-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Barnetik Koop.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.pekepbx.com
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PekePBX Browser Sync",
    "version": "1.1.0",
    "description": "PekePBX Notification Extension",
    "homepage_url": "https:\/\/pekepbx.com",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true,
        "browser_style": true
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "64": "icon-64.png",
            "128": "icon-128.png"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "activeTab",
        ""
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    }
}