Ubcloud Browser Sync

Ubcloud Notification Extension

What is Ubcloud Browser Sync?

Ubcloud Browser Sync is a Chrome extension developed by Barnetik Koop., and its main feature is "Ubcloud Notification Extension".

Extension Screenshots

screenshot

Download Ubcloud Browser Sync Extension CRX File

Download Ubcloud Browser Sync extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Ubcloud Browser Sync Ubcloud Browser Sync
ID pkcalamcaeofflknedljilbmmfbhkfkf
Official URL https://chromewebstore.google.com/detail/ubcloud-browser-sync/pkcalamcaeofflknedljilbmmfbhkfkf
Description Ubcloud Notification Extension
File Size 261 KB
Installation Count 267
Current Version 1.1.1
Last Updated 2020-04-20
Publish Date 2020-04-17
Developer Barnetik Koop.
Email [email protected]
Payment Type free
Extension Website https://www.ubcloud.es
Supported Languages 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"
        }
    }
}