1stream Client

1stream Client

Что такое 1stream Client?

1stream Client - это расширение Chrome, разработанное dev, и его основная функция - "1stream Client".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения 1stream Client

Скачайте файлы расширений 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.                    

Основная информация о расширении

Название 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"
    }
}