UNIVERGE BLUE™ CONNECT Chrome Extension

UNIVERGE BLUE™ CONNECT Chrome Extension

UNIVERGE BLUE™ CONNECT Chrome Extensionとは何ですか?

UNIVERGE BLUE™ CONNECT Chrome ExtensionはNEC Corporationによって開発されたChromeの拡張機能で、その主な機能は「UNIVERGE BLUE™ CONNECT Chrome Extension」です。

拡張機能のスクリーンショット

screenshot
screenshot

UNIVERGE BLUE™ CONNECT Chrome Extension拡張機能のCRXファイルをダウンロード

UNIVERGE BLUE™ CONNECT Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        UNIVERGE BLUE CONNECT is a full-featured UCaaS solution that combines cloud PBX voice, chat, business SMS, video conferencing, file sharing and contact center into a single platform. 

Seamlessly connect communication and collaboration functionalities of UNIVERGE BLUE CONNECT with Google products to streamline business workflows and increase employee productivity. 

Features:

 • Place calls: Click-to-call phone numbers on any web page from your Google Chrome browser.
 • Schedule Meetings: Quickly and easily add UNIVERGE BLUE MEET meeting details to any new or existing Google Calendar events. 
 • Start Meetings: Click to start meetings from your Google Chrome browser or Google Calendar events. 

Benefits: 

 • Increase productivity: Embed UNIVERGE BLUE CONNECT into your Google products to automate business workflows and maximize employee efficiency.  
 • Streamline workflows: Save time from switching between applications. 
 • Easy to use: UNIVERGE BLUE CONNECT for G-Suite is easy to use and easy to deploy, with no heavy training or implementation costs.

Note: The UNIVERGE BLUE CONNECT Desktop Application must be installed in order to use this extension.
UNIVERGE BLUE CONNECT is available across desktop, softphone and a mobile app providing anytime access from virtually any device, anywhere, anytime. Our solution is built for MSPs and is available to sell via private label or cobranded models depending on your business needs.                    

拡張機能の基本情報

名前 UNIVERGE BLUE™ CONNECT Chrome Extension UNIVERGE BLUE™ CONNECT Chrome Extension
ID hppenhloeecaofolbidkcnoilpndgkgh
公式URL https://chromewebstore.google.com/detail/univerge-blue-connect-chr/hppenhloeecaofolbidkcnoilpndgkgh
説明 UNIVERGE BLUE™ CONNECT Chrome Extension
ファイルサイズ 2.01 MB
インストール数 4,266
現在のバージョン 0.40
最終更新日 2023-04-03
公開日 2020-06-10
評価 4.75/5 合計 4 レビュー
開発者 NEC Corporation
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://login.univerge.blue
ヘルプページのURL https://kb.univerge.blue
対応言語 de,en,en-GB,fr,nl,it,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxCYOEFRZsvIl3xIzUeVHqGaZRgd60gu3STKyw7gRhAr\/mSqSETt78Z2k96mC7cTrlOE7J8AVgr8lB\/nPooMBpKHYi+35kn27knJhPGanU2ygdszyiiD1ik6oa\/gwMHudWaqsGI3bdOJCXLcGZ1yevcPbpbebUjQXlVUJE2K8ycSLD9RIpSRySvMzWZhXqCwgiuP4hGED\/3ZJoK2Z6Eb\/NmbDQGuZXSByydbxNT0RMUihC6++KHvh7AGAJAAv8VvjVsDU\/X12\/9WnBaFE\/2q\/A4pgAsUUMgah5qI6BZMCELscZONGkwHvdh0ocyxnsDqp5Qnpiykb1aCBJjZ23SQo4wIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_manifest_name__",
    "short_name": "__MSG_manifest_short_name__",
    "description": "__MSG_manifest_description__",
    "default_locale": "en",
    "version": "0.40",
    "icons": {
        "64": "assets\/images\/logo-64.png",
        "128": "assets\/images\/logo-128.png"
    },
    "browser_action": {
        "default_popup": "popup\/index.html"
    },
    "background": {
        "scripts": [
            "scripts\/events.background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/meeting.*anymeeting*.com\/**",
                "*:\/\/webinar.*anymeeting*.com\/**",
                "*:\/\/meeting.gomeet*.com\/**",
                "*:\/\/webinar.meeting.gomeet*.com\/**",
                "*:\/\/meeting.rambomeet-*.com\/**",
                "*:\/\/webinar.meeting.rambomeet-*.com\/**",
                "*:\/\/meeting.meetuniverge.blue\/**",
                "*:\/\/webinar.meetuniverge.blue\/**"
            ],
            "js": [
                "scripts\/ctc.content.js"
            ],
            "css": [
                "assets\/css\/ctc.content.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.google.com\/calendar\/*",
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "js": [
                "scripts\/gc.content.js"
            ],
            "css": [
                "assets\/css\/gc.content.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "identity",
        "https:\/\/elevate-api.serverdata.net\/*"
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval' 'sha256-rCs+PE9jSqXeEtt5LDTouGqlYo4ifJhnJA3Dqiji5h0='; object-src 'self'"
}