PekePBX Browser Sync

PekePBX Notification Extension

PekePBX Browser Sync là gì?

PekePBX Browser Sync là một tiện ích mở rộng Chrome được phát triển bởi Barnetik Koop., và tính năng chính của nó là "PekePBX Notification Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PekePBX Browser Sync

Tải xuống các tệp mở rộng PekePBX Browser Sync dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PekePBX Browser Sync PekePBX Browser Sync
ID ehkikpndlfkeicoeackadgibojlnhalp
URL Chính Thức https://chromewebstore.google.com/detail/pekepbx-browser-sync/ehkikpndlfkeicoeackadgibojlnhalp
Mô tả PekePBX Notification Extension
Kích Thước Tệp 264 KB
Số Lần Cài Đặt 152
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-02-19
Ngày Phát Hành 2020-02-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Barnetik Koop.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.pekepbx.com
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}