Avaya Spaces® Calling

Make Avaya phone calls from Avaya Spaces®

Qu'est-ce que Avaya Spaces® Calling ?

Avaya Spaces® Calling est une extension Chrome développée par Avaya Cloud Inc., et sa fonction principale est "Make Avaya phone calls from Avaya Spaces®".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Avaya Spaces® Calling

Téléchargez les fichiers d'extension Avaya Spaces® Calling au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Avaya Spaces® Calling Avaya Spaces® Calling
ID mjpbjjjcphpikgemoglgnmfojppgaklg
URL Officiel https://chromewebstore.google.com/detail/avaya-spaces%C2%AE-calling/mjpbjjjcphpikgemoglgnmfojppgaklg
Description Make Avaya phone calls from Avaya Spaces®
Taille du Fichier 2.61 MB
Nombre d'Installations 3,313
Version Actuelle 2.0.23.8
Dernière Mise à Jour 2023-03-13
Date de Publication 2021-03-19
Évaluation 5.00/5 Total 4 Évaluations
Développeur Avaya Cloud Inc.
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://spaces.avayacloud.com/privacy
Langues Prises en Charge 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": []
        }
    ]
}