Ubcloud Browser Sync

Ubcloud Notification Extension

Ubcloud Browser Sync क्या है?

Ubcloud Browser Sync Barnetik Koop. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ubcloud Notification Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ubcloud Browser Sync एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
        }
    }
}