1stream Client

1stream Client

1stream Client란 무엇입니까?

1stream Client은(는) dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "1stream Client"입니다.

확장 프로그램 스크린샷

screenshot

1stream Client 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 1stream Client 1stream Client
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
이메일 [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": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "1streamMark-16x16.png",
        "48": "1streamMark-48x48.png",
        "128": "1streamMark-128x128.png"
    }
}