Avaya Spaces® Calling

Make Avaya phone calls from Avaya Spaces®

Avaya Spaces® Calling là gì?

Avaya Spaces® Calling là một tiện ích mở rộng Chrome được phát triển bởi Avaya Cloud Inc., và tính năng chính của nó là "Make Avaya phone calls from Avaya Spaces®".

Ả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 Avaya Spaces® Calling

Tải xuống các tệp mở rộng Avaya Spaces® Calling 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

                        Avaya Spaces® Calling extension is a softphone that provides calling features to users of Avaya Spaces®  by leveraging their existing Avaya infrastructure. This extension can be used alongside the Avaya Spaces® web, and introduces the ability to make phone calls from within Avaya Spaces®.

The Avaya Spaces® Calling extension requires:
•	Avaya Aura or Avaya IP Office
•	Avaya Spaces Business or Power Licenses

For more information, please visit our site (https://www.avaya.com/en/ca/products/ucaas/spaces/).

Have any questions? Get in touch with us (https://www.avaya.com/en/contacts/).                    

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

Tên Avaya Spaces® Calling Avaya Spaces® Calling
ID mjpbjjjcphpikgemoglgnmfojppgaklg
URL Chính Thức https://chromewebstore.google.com/detail/avaya-spaces%C2%AE-calling/mjpbjjjcphpikgemoglgnmfojppgaklg
Mô tả Make Avaya phone calls from Avaya Spaces®
Kích Thước Tệp 2.61 MB
Số Lần Cài Đặt 3,313
Phiên Bản Hiện Tại 2.0.23.8
Cập Nhật Lần Cuối 2023-03-13
Ngày Phát Hành 2021-03-19
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Avaya Cloud Inc.
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://spaces.avayacloud.com/privacy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,it,pt-BR,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "version": "2.0.23.8",
    "default_locale": "en",
    "icons": {
        "16": "img\/aura\/16.png",
        "32": "img\/aura\/32.png",
        "128": "img\/aura\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/aura\/16.png",
            "32": "img\/aura\/32.png",
            "48": "img\/aura\/48.png",
            "128": "img\/aura\/128.png"
        }
    },
    "permissions": [
        "tabs",
        "notifications",
        "idle",
        "alarms",
        "nativeMessaging",
        "background",
        "downloads",
        "downloads.shelf",
        "system.display",
        "storage",
        "activeTab",
        "scripting",
        "system.display"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sso.apps.avaya.com\/clients\/workplace\/token.redirect*"
            ],
            "js": [
                "contentScripts\/oauth2.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "match_origin_as_fallback": true,
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "contentScripts\/clickToDial.js"
            ],
            "css": [
                "css\/clickToDial.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.avayacloud.com\/*",
                "https:\/\/*.zang.io\/*",
                "https:\/\/*.esna.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.lightning.force.com\/*"
            ],
            "match_origin_as_fallback": true,
            "js": [
                "contentScripts\/spaces.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.avayacloud.com\/*",
                "https:\/\/*.zang.io\/*",
                "https:\/\/*.esna.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.lightning.force.com\/*"
            ],
            "match_origin_as_fallback": true,
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "contentScripts\/popout.js"
            ],
            "css": [
                "css\/popout.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "background.html",
                "cookiesWarning\/cookiesWarning.html",
                "img\/aura\/32.png",
                "img\/aura\/errorNotification.svg",
                "img\/clickToCall.png",
                "img\/clickToCall--hover.png",
                "img\/aura\/outbound-filled.svg",
                "img\/aura\/callforward.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}