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 |
| 公式URL | https://chromewebstore.google.com/detail/1stream-client/obegkpmjkhpjfhmdjdojmenmlbepenme |
| 説明 | 1stream Client |
| ファイルサイズ | 121 KB |
| インストール数 | 1,000 |
| 現在のバージョン | 1.0.3 |
| 最終更新日 | 2023-03-02 |
| 公開日 | 2022-08-30 |
| 開発者 | dev |
| Eメール | [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": [
" | |