Ubcloud Browser Sync

Ubcloud Notification Extension

Ubcloud Browser Syncคืออะไร?

Ubcloud Browser Sync เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Barnetik Koop. และคุณลักษณะหลักของมันคือ "Ubcloud Notification Extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ubcloud Browser Sync

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
        }
    }
}