ReachUC Complete

This Chrome extension allows you to Click-to-Dial phone numbers on web pages, send SMS and fax messages, and schedule web meetings.

ReachUC Complete란 무엇입니까?

ReachUC Complete은(는) ReachUC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Chrome extension allows you to Click-to-Dial phone numbers on web pages, send SMS and fax messages, and schedule web meetings."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

ReachUC Complete 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With ReachUC Complete, you have the ability to click-to-call phone numbers on any web page in addition to a suite of features designed to boost productivity. This extension enables you to track and make more sales calls by harnessing the features of your cloud PBX from within your Chrome browser.

With ReachUC Complete,  you can:
* Initiate click-to-dial PBX calls or send SMS to any phone number on a web page
* Make outbound phone calls through your desktop, desk phone or mobile phone
* Call, send SMS messages and send faxes from an integrated dial pad
* Schedule Meeting Manager web and video conference meetings with the option to automatically synchronize to your Google Calendar account (or vice versa)
* Save contact information from your Google Contacts to your PBX Contacts list

How Does the Click-to-Call Feature Work?

Hover your mouse over any phone number on the web page. This phone number will be highlighted and produce a pop-up with three options available: Message, Call by WebRTC and Call.
* Message: Gives you the ability to write and send an SMS on your computer without leaving the web page.
* Call by WebRTC: Initiates a phone call on your computer (headphones or headset recommended).
* Call: This option will first call your PBX phone. Pick up your phone and the outbound call will be placed immediately after.

What Are the Benefits of ReachUC Complete?

* Saves time by cutting out the manual process of dialing phone numbers
* Creates a convenient workflow by allowing you to operate PBX calls, SMS messages and faxes solely through your computer with Dialpad and Click-to-Call options
* Automatically synchronizes web and video conference meetings to your Google Calendar so you don’t forget important meetings

NOTE: In order to use this extension, you will need login credentials from a hosted PBX provider that works with ReachUC.  For more information visit http://www.reachuc.com.                    

확장 프로그램 기본 정보

이름 ReachUC Complete ReachUC Complete
ID ajgfnlfggljmdkepjeaicepbokhemmhd
공식 URL https://chromewebstore.google.com/detail/reachuc-complete/ajgfnlfggljmdkepjeaicepbokhemmhd
설명 This Chrome extension allows you to Click-to-Dial phone numbers on web pages, send SMS and fax messages, and schedule web meetings.
파일 크기 2.15 MB
설치 횟수 2,127
현재 버전 4.1.3
최근 업데이트 2023-11-07
출시 날짜 2020-04-25
평점 4.33/5 총 3 개의 평점
개발자 ReachUC
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.reachuc.com
도움말 페이지 URL https://www.reachuc.com/knowledge-base/reachuc-click-to-call-for-google-chrome/
개인정보 보호 정책 페이지 URL https://www.reachuc.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ReachUC Complete",
    "version": "4.1.3",
    "description": "This Chrome extension allows you to Click-to-Dial phone numbers on web pages, send SMS and fax messages, and schedule web meetings.",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    },
    "browser_action": {
        "default_icon": "icons\/32-disable.png",
        "default_title": "ReachUC Complete",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "css": [
                "css\/jquery.webui-popover.css",
                "css\/c2c.css",
                "css\/font-awesome.min.css"
            ],
            "js": [
                "libs\/worker_proxy.js",
                "libs\/jquery.js",
                "libs\/jquery.webui-popover.js",
                "contentscripts\/content.js",
                "libs\/xml2json.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "css": [
                "css\/c2c.css"
            ],
            "js": [
                "contentscripts\/content_popup.js",
                "libs\/jquery.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/calendar.google.com\/*",
                "https:\/\/calendar.google.com\/*",
                "http:\/\/mail.google.com\/*"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/c2c.css"
            ],
            "js": [
                "libs\/jquery.js",
                "libs\/jquery-dateFormat.js",
                "libs\/jquery-dateFormat.min.js",
                "libs\/dateFormat.js",
                "libs\/dateFormat.min.js",
                "libs\/bootstrap.min.js",
                "contentscripts\/content_meeting.js",
                "contentscripts\/content-gmail.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/www.google.com\/contacts\/*",
                "https:\/\/contacts.google.com\/*"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/c2c.css"
            ],
            "js": [
                "libs\/jquery.js",
                "libs\/bootstrap.min.js",
                "contentscripts\/content_contact.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "js": [
                "contentscripts\/ipc-bridge.js"
            ],
            "matches": [
                "https:\/\/webrtc.reachuc.com:443\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "libs\/xml2json.js",
            "libs\/jquery-dateFormat.js",
            "libs\/jquery-dateFormat.min.js",
            "libs\/dateFormat.js",
            "libs\/dateFormat.min.js",
            "background.js",
            "libs\/worker_proxy.js"
        ]
    },
    "permissions": [
        "identity",
        "http:\/\/*\/*",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "tabs",
        "storage",
        "windows"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "contentscripts\/*",
        "libs\/*",
        "common\/*",
        "img\/*",
        "css\/*",
        "fonts\/*",
        "html\/*",
        "icons\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsep5VliOI+9C9cuWaRlFF8EciZS+4Pk7cQMdxdOlqCDD682YYDX7Jg8hPxeMc5P0cbXcRf9K0nbtveBbS0oKRv5lG4dp1ABwdVy6DLO6e\/9x6K1tOKGgVALHsUNigWoOGM58HlENWqmRkt\/7z\/XjNPU8UXnXqdZizE87yF7yXA3RMOE3979otbYnTbzVDpkHMLe+\/qw7jWMLTdFFZxQQLh95iYQfStqPZNfLzmgUL9ehNDExTPMI3zoUqwlpjvEzgnWFDVK7h+B1VOFH7fn8DrrIhYbGqgjLZOhngaaFMCLl9mtE1YRawgqCV+xwoUzpZkzNkQLW0wLOP2BaP1+KlwIDAQAB"
}