Dialer for Google Chrome™ - Broadsoft

A Google Chrome™ extension that provides Broadsoft Broadworks telephony integration.

Dialer for Google Chrome™ - Broadsoft란 무엇입니까?

Dialer for Google Chrome™ - Broadsoft은(는) http://redial.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Google Chrome™ extension that provides Broadsoft Broadworks telephony integration."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Dialer for Google Chrome™ - Broadsoft 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        NEED HELP? GO TO OUR SUPPORT DESK @ http://redial.uservoice.com

- REQUIRES special credentials from your telephone service provider. They MUST be on a Broadworks/Broadsoft platform.

Visit http://www.redial.io for more information and a slew of images and details!

** The upcoming release is a HUGE change. Visit the support desk to find out how it'll impact you. **


WHAT IT DOES

■ Presence

Turn your Busy Lamp Field into a tool that informs you. Avoid making a call that might go unanswered if your co-worker is already on the phone.

■ Contacts

Buddy list style of your Google contacts and Broadworks Enterprise, Group, and Personal directories. With added details that include email, location, title, and more.

■ Click-to-Dial

Automatically turns all text/link based telephone numbers into click'ables. Otherwise simply highlight any number.. right click, and Dial out.

■ Call Logs

Traverse up to 90 days worth of your call history and associate them with integration results.

■ ZTP (Zero Touch Provisioning)

If you're on core, all you have to know is your Broadworks/Broadsoft username and the Dialer will pull in your Service Provider's configuration.

■ Broadworks Actions

Set your Do Not Disturb (DND), Remote Office, and all available Call Forwarding settings right from the Dialer.

■ Voicemail

Keep count and dial in with a single click.

■ Meet Me Conference

Copy and paste, or create calendar events with your Bridge/Conference information for easy sharing! Plus no need to dig around for your Moderator PIN to kick start the conference.

■ Call Center Agents

Sign in and out of your queues.

■ Dashboard

A one stop shop to see what your Dialer's up to.

■ Text to Speech (TTS)

Listen rather than see. The Dialer has a lot to say, including who's calling you.

■ Salesforce

Query call related records. Cross reference Cases, Accounts, Leads and even custom objects. Best part, you don't have to leave the Dialer to pull up the details. This time, you can even include the call duration!

■ Call Controller

Put and pull your calls from hold. Answer the phone.. or maybe just send the caller straight to Voicemail.

■ SSO

Auto login to your Service Provider's portal with your Dialer's shared credentials.

■ Omni Dial

Type "-call" and hit tab in your address bar to search and dial your contacts.

■ FOR ALL

The Dialer works with any Broadsoft/Broadworks VoIP Service Provider. Powered by redial.io, customized to you.

* The Dialer is FREE and does NOT require administrative assistance for install/use. We're willing and wanting to grow with you, feedback is extremely helpful! http://redial.uservoice.com

***** PRIVACY POLICY & TERMS OF USE
https://www.redial.io/#/tos                    

확장 프로그램 기본 정보

이름 Dialer for Google Chrome™ - Broadsoft Dialer for Google Chrome™ - Broadsoft
ID knfldcbmacoegfldndghfkggnoamfaaj
공식 URL https://chrome.google.com/webstore/detail/dialer-for-google-chrome/knfldcbmacoegfldndghfkggnoamfaaj
설명 A Google Chrome™ extension that provides Broadsoft Broadworks telephony integration.
파일 크기 5.61 MB
설치 횟수 2,000
현재 버전 3.5.7
최근 업데이트 2020-07-02
출시 날짜 2020-07-02
평점 3.53/5 총 38 개의 평점
개발자 http://redial.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.redial.io
도움말 페이지 URL http://redial.uservoice.com
개인정보 보호 정책 페이지 URL https://www.redial.io
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dialer for Google Chrome\u2122 - Broadsoft",
    "short_name": "Chrome Dialer",
    "version": "3.5.7",
    "minimum_chrome_version": "26",
    "description": "A Google Chrome\u2122 extension that provides Broadsoft Broadworks telephony integration.",
    "manifest_version": 2,
    "devtools_page": "devtools.html",
    "omnibox": {
        "keyword": "-call"
    },
    "options_page": "options.html?token=1EonxL#dashboard",
    "browser_action": {
        "default_icon": {
            "19": "assets\/branding\/badges\/19\/gray.png"
        },
        "default_title": "Dialer"
    },
    "icons": {
        "16": "assets\/branding\/16x16.png",
        "48": "assets\/branding\/48x48.png",
        "128": "assets\/branding\/128x128.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "file:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/core\/ping.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/login.microsoftonline.com\/*"
            ],
            "js": [
                "assets\/apis\/Office365\/public\/js\/injected.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/login.salesforce.com\/services\/oauth2\/success*data_explorer_test*",
                "https:\/\/www.bluip.io\/access*"
            ],
            "js": [
                "assets\/vendor\/oauth2\/oauth2_inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/login.salesforce.com\/?ec=302*",
                "*:\/\/*.salesforce.com\/setup\/secur\/RemoteAccessAuthorizationPage*",
                "*:\/\/*.force.com\/servlet\/servlet.ImageServer*"
            ],
            "css": [
                "assets\/apis\/Salesforce\/public\/css\/injected.css"
            ],
            "js": [
                "assets\/apis\/Salesforce\/public\/js\/injected.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*.redial.io\/*",
                "https:\/\/*.redial.io\/*"
            ],
            "js": [
                "assets\/core\/redial.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/*.masteraccessD.com\/*",
                "https:\/\/*.masteraccessD.com\/*"
            ],
            "js": [
                "assets\/vendor\/jquery-1.11.1.min.js",
                "assets\/masteraccess\/script.js"
            ],
            "css": [
                "assets\/masteraccess\/style.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*.masteraccess.com\/Help\/*",
                "https:\/\/*.masteraccess.com\/Help\/*"
            ],
            "css": [
                "assets\/masteraccess\/help.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*.masteraccess.com\/Login\/*",
                "https:\/\/*.masteraccess.com\/Login\/*",
                "http:\/\/*.masteraccess.com\/manualLogin.jsp",
                "https:\/\/*.masteraccess.com\/manualLogin.jsp"
            ],
            "js": [
                "assets\/masteraccess\/login.js"
            ],
            "css": [
                "assets\/vendor\/bootstrap-3.3.4-dist\/css\/bootstrap.min.css",
                "assets\/masteraccess\/login.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*.masteraccess.com\/Logout\/*",
                "https:\/\/*.masteraccess.com\/Logout\/*"
            ],
            "js": [
                "assets\/vendor\/jquery-1.11.1.min.js",
                "assets\/masteraccess\/script.js",
                "assets\/masteraccess\/logout.js"
            ],
            "css": [
                "assets\/vendor\/bootstrap-3.3.4-dist\/css\/bootstrap.min.css",
                "assets\/masteraccess\/login.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "file:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/vendor\/jquery-1.11.1.min.js",
                "assets\/apis\/Click-to-Dial\/injected.js"
            ],
            "css": [
                "assets\/apis\/Click-to-Dial\/public\/stylesheets\/style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/redial.uservoice.com\/clients\/widgets\/*",
                "https:\/\/redial.uservoice.com\/clients\/widgets\/*",
                "http:\/\/voice.redial.io\/clients\/widgets\/*",
                "https:\/\/voice.redial.io\/clients\/widgets\/*"
            ],
            "js": [
                "assets\/js\/uservoice.js"
            ],
            "css": [
                "assets\/css\/uservoice.css",
                "assets\/css\/scroll-bars.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.uservoice.com https:\/\/ssl.google-analytics.com https:\/\/www.google.com\/jsapi https:\/\/www.google.com https:\/\/cdn.bluip.io https:\/\/hangoutsapi.talkgadget.google.com https:\/\/plus.google.com  https:\/\/*.wimzel.com  https:\/\/suckit.bluip.io https:\/\/suckit.bluip.io:444; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "file:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "identity",
        "tabs",
        "tts",
        "contextMenus",
        "downloads",
        "storage",
        "background",
        "alarms",
        "clipboardWrite",
        "desktopCapture",
        "idle"
    ],
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "windows": "Ctrl+Shift+1",
                "mac": "Command+Shift+1",
                "chromeos": "Ctrl+Shift+1",
                "linux": "Ctrl+Shift+1"
            },
            "description": "Toggle the Dialer from anywhere.",
            "global": true
        }
    },
    "oauth2": {
        "client_id": "734766912685-tkpntl09dbfc086vahtadtqkfhcenjik.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.google.com\/m8\/feeds\/",
            "https:\/\/mail.google.com\/",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/mail.google.com\/mail\/feed\/atom",
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly",
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.redial.io\/*"
        ]
    }
}