1stream Client

1stream Client

1stream Client là gì?

1stream Client là một tiện ích mở rộng Chrome được phát triển bởi dev, và tính năng chính của nó là "1stream Client".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 1stream Client

Tải xuống các tệp mở rộng 1stream Client dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 1stream Client 1stream Client
ID obegkpmjkhpjfhmdjdojmenmlbepenme
URL Chính Thức https://chromewebstore.google.com/detail/1stream-client/obegkpmjkhpjfhmdjdojmenmlbepenme
Mô tả 1stream Client
Kích Thước Tệp 121 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-03-02
Ngày Phát Hành 2022-08-30
Nhà Phát Triển dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}