Avaya Spaces® Calling

Make Avaya phone calls from Avaya Spaces®

Avaya Spaces® Calling란 무엇입니까?

Avaya Spaces® Calling은(는) Avaya Cloud Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make Avaya phone calls from Avaya Spaces®"입니다.

확장 프로그램 스크린샷

screenshot

Avaya Spaces® Calling 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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/).                    

확장 프로그램 기본 정보

이름 Avaya Spaces® Calling Avaya Spaces® Calling
ID mjpbjjjcphpikgemoglgnmfojppgaklg
공식 URL https://chromewebstore.google.com/detail/avaya-spaces%C2%AE-calling/mjpbjjjcphpikgemoglgnmfojppgaklg
설명 Make Avaya phone calls from Avaya Spaces®
파일 크기 2.61 MB
설치 횟수 3,313
현재 버전 2.0.23.8
최근 업데이트 2023-03-13
출시 날짜 2021-03-19
평점 5.00/5 총 4 개의 평점
개발자 Avaya Cloud Inc.
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://spaces.avayacloud.com/privacy
지원되는 언어 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": []
        }
    ]
}