PekePBX Browser Sync

PekePBX Notification Extension

PekePBX Browser Syncとは何ですか?

PekePBX Browser SyncはBarnetik Koop.によって開発されたChromeの拡張機能で、その主な機能は「PekePBX Notification Extension」です。

拡張機能のスクリーンショット

screenshot
screenshot

PekePBX Browser Sync拡張機能のCRXファイルをダウンロード

PekePBX Browser Sync拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 PekePBX Browser Sync PekePBX Browser Sync
ID ehkikpndlfkeicoeackadgibojlnhalp
公式URL https://chromewebstore.google.com/detail/pekepbx-browser-sync/ehkikpndlfkeicoeackadgibojlnhalp
説明 PekePBX Notification Extension
ファイルサイズ 264 KB
インストール数 152
現在のバージョン 1.1.0
最終更新日 2020-02-19
公開日 2020-02-19
評価 5.00/5 合計 1 レビュー
開発者 Barnetik Koop.
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.pekepbx.com
対応言語 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"
        }
    }
}