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.”。
扩展截图
下载Dialer for Google Chrome™ - Broadsoft扩展crx文件
下载Dialer for Google Chrome™ - Broadsoft扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
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\/*" ] } } |