1stream Client
1stream Client
什麼是1stream Client?
1stream Client是由dev開發的Chrome擴展程式,該擴展的主要功能是“1stream Client”。
擴展截圖
下載1stream Client擴展crx文件
下載1stream Client擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
1steam side-by-side client overlay for 3CX.
Adds CRM capabilities to the browser based softphone in a side-by-side view.
Without leaving your browser based softphone, you can add data to your CRM, including:
# Tickets
# Contacts
# Accounts
Immediately improve your call center workflows because you never have to switch back an forth between browser windows. 擴展基本資訊
| 名稱 | |
| ID | obegkpmjkhpjfhmdjdojmenmlbepenme |
| 官方網址 | https://chromewebstore.google.com/detail/1stream-client/obegkpmjkhpjfhmdjdojmenmlbepenme |
| 簡介 | 1stream Client |
| 檔案大小 | 121 KB |
| 安裝次數 | 1,000 |
| 目前版本 | 1.0.3 |
| 更新時間 | 2023-03-02 |
| 上架時間 | 2022-08-30 |
| 開發者 | dev |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "1stream Client",
"version": "1.0.3",
"description": "1stream Client",
"host_permissions": [],
"permissions": [
"storage"
],
"action": {
"default_title": "1stream Client",
"default_icon": "img\/1streamlogo-narrow-41x34.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/webclient*",
"https:\/\/*\/webclient*"
],
"exclude_globs": [],
"js": [
"js\/jquery-3.3.1.min.js",
"js\/jquery-ui.min.js",
"js\/popup.js"
],
"css": [
"css\/popup.css",
"css\/jquery-ui.min.css"
],
"run_at": "document_idle",
"all_frames": true
}
],
"background": {
"service_worker": "background.js"
},
"manifest_version": 3,
"web_accessible_resources": [
{
"resources": [
"img\/1streamlogo-narrow-41x34.png",
"iframePage.html",
"img\/CircleXWhite.svg"
],
"matches": [
" | |