1stream Click to Dial
1stream Click-to-dial
什么是1stream Click to Dial?
1stream Click to Dial是由dev开发的Chrome扩展程序,该扩展的主要功能是“1stream Click-to-dial”。
扩展截图
下载1stream Click to Dial扩展crx文件
下载1stream Click to Dial扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple One Click Dialing (Click to Dial) from you CRM contact and ticket pages. # Reduce time and effort with one click dialing. # Eliminate the manual step of using your phone's dialpad. # Use your Chrome Browser to generate an outbound call.
扩展基本信息
名称 | 1stream Click to Dial |
ID | cadpchhiecjamhhiamobkoodnlabpbke |
官方URL | https://chromewebstore.google.com/detail/1stream-click-to-dial/cadpchhiecjamhhiamobkoodnlabpbke |
简介 | 1stream Click-to-dial |
文件大小 | 57.93 KB |
安装次数 | 230 |
当前版本 | 1.1.2 |
更新时间 | 2023-05-31 |
上架时间 | 2020-06-29 |
开发者 | dev |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "1stream Click to Dial", "version": "1.1.2", "description": "1stream Click-to-dial", "host_permissions": [ "*:\/\/portal.1stream.com\/*", "*:\/\/desktop-bokovup.jbhworks.com\/*" ], "permissions": [ "storage", "declarativeContent", "tabs" ], "action": { "default_title": "1stream Dial", "default_icon": "img\/1streamlogo-narrow-41x34.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.infusionsoft.com\/Contact\/manageContact*", "https:\/\/*.infusionsoft.com\/Contact\/oldManageContact_legacy*", "https:\/\/*.infusionsoft.com\/app\/searchResults*", "https:\/\/*.infusionsoft.com\/Reports\/searchTemplate*", "https:\/\/*.autotask.net\/*", "https:\/\/*.salesforce.com\/003*", "https:\/\/*.salesforce.com\/500*", "https:\/\/*.lightning.force.com\/*", "https:\/\/*.lightning.force.com\/lightning\/r\/Contact\/003*", "https:\/\/*.lightning.force.com\/lightning\/r\/Case\/500*", "https:\/\/*.service-now.com\/*", "https:\/\/*.hubspot.com\/contacts\/*", "https:\/\/*.syncromsp.com\/tickets\/*", "https:\/\/*.syncromsp.com\/customers\/*", "https:\/\/*.zendesk.com\/agent\/*" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/content.js" ], "run_at": "document_idle", "all_frames": true } ], "background": { "service_worker": "background.js" }, "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "img\/1streamlogo-narrow-41x34.png" ], "matches": [ " |