Ubcloud Browser Sync

Ubcloud Notification Extension

什麼是Ubcloud Browser Sync?

Ubcloud Browser Sync是由Barnetik Koop.開發的Chrome擴展程式,該擴展的主要功能是“Ubcloud Notification Extension”。

擴展截圖

screenshot

下載Ubcloud Browser Sync擴展crx文件

下載Ubcloud Browser Sync擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension integrates Ubcloud PBX 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 Ubcloud PBX account is mandatory to be able to use this extension.                    

擴展基本資訊

名稱 Ubcloud Browser Sync Ubcloud Browser Sync
ID pkcalamcaeofflknedljilbmmfbhkfkf
官方網址 https://chromewebstore.google.com/detail/ubcloud-browser-sync/pkcalamcaeofflknedljilbmmfbhkfkf
簡介 Ubcloud Notification Extension
檔案大小 261 KB
安裝次數 267
目前版本 1.1.1
更新時間 2020-04-20
上架時間 2020-04-17
開發者 Barnetik Koop.
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.ubcloud.es
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ubcloud Browser Sync",
    "version": "1.1.1",
    "description": "Ubcloud Notification Extension",
    "homepage_url": "https:\/\/www.ubcloud.es",
    "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"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    }
}