Avaya Communicator for Web

Avaya Communicator for Web

Avaya Communicator for Webคืออะไร?

Avaya Communicator for Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Avaya และคุณลักษณะหลักของมันคือ "Avaya Communicator for Web"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Avaya Communicator for Web

ดาวน์โหลดไฟล์ส่วนขยาย Avaya Communicator for Web ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Connect and communicate with ease

Easily find, connect and communicate with others inside the cloud-based business applications you use everyday with Avaya Communicator for Web. Avaya Communicator for Web gives you access to real-time engagement tools such as voice, video, presence, instant messaging, and conferencing services inside Salesforce.com, Google Apps and Office 365.

Need Help Getting Started:
Please visit: https://support.avaya.com/contact/

Avaya Communicator for Web supports Avaya IP Office Preferred Edition, IP Office Server Edition, and IP Office Select release 9.1.4 or later. Avaya one-X Portal is required, along with one of the following licenses - Mobile Worker, Office Worker, Teleworker, Power User. Salesforce integration requires Salesforce Open CTI and works with Salesforce Enterprise or Unlimited editions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Avaya Communicator for Web Avaya Communicator for Web
ID pjkjihhnegikngnamahchimifhdlfhkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/avaya-communicator-for-we/pjkjihhnegikngnamahchimifhdlfhkm
คำอธิบาย Avaya Communicator for Web
ขนาดไฟล์ 3.91 MB
จำนวนการติดตั้ง 3,797
เวอร์ชันปัจจุบัน 1.0.20.2126
อัปเดตครั้งล่าสุด 2022-06-01
วันที่เผยแพร่ 2020-05-05
คะแนน 4.34/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา Avaya
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.avaya.com/usa/documents/avaya-communicator-for-web---uc7752.pdf
URL หน้าช่วยเหลือ https://support.avaya.com/products/P1619/avaya-communicator-for-web/1.0.x
URL หน้านโยบายความเป็นส่วนตัว https://spaces.avayacloud.com/privacy
ภาษาที่รองรับ de,en,en-GB,en-US,fr,nl,es,es-419,it,pt-BR,pt-PT,ru,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extNameAvaya__",
    "description": "__MSG_extNameAvaya__",
    "default_locale": "en",
    "version": "1.0.20.2126",
    "icons": {
        "16": "img\/avaya\/16.png",
        "32": "img\/avaya\/32.png",
        "128": "img\/avaya\/128.png"
    },
    "permissions": [
        "notifications",
        "geolocation",
        "background",
        "management",
        "tabs",
        "idle",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/esna.communications\/*",
        "https:\/\/esna.communications.avaya\/*"
    ],
    "background": {
        "page": "app\/avaya\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/manage1.esna.com\/oauth\/token.redirect*",
                "https:\/\/sso.apps.avaya.com\/clients\/acweb\/token.redirect*"
            ],
            "js": [
                "app\/chrome\/jsc.oauth2.inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "file:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "app\/chrome\/jsc.clicktodial.js"
            ],
            "css": [
                "css\/clicktodial.css"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "file:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "app\/chrome\/jsc.tags.js"
            ],
            "css": [
                "css\/tags.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/sfcti\/cti.bridge*.html*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "app\/chrome\/jsc.salesforce.js"
            ],
            "css": [
                "css\/salesforce.css"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "file:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "app\/chrome\/jsc.popout.js"
            ],
            "css": [
                "css\/popout.css",
                "css3\/inject.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.google.com\/*\/hovercard*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "app\/chrome\/jsc.gmail.js"
            ],
            "css": [
                "css3\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/teams.microsoft.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "app\/chrome\/jsc.teams.js"
            ],
            "css": [
                "css3\/teams.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.dynamics.com\/*"
            ],
            "js": [
                "app\/dynamics\/js\/d365-utils.js",
                "app\/dynamics\/js\/d365-api.js",
                "app\/dynamics\/js\/d365-watcher.js",
                "app\/chrome\/jsc.dynamics.js"
            ],
            "css": [
                "app\/dynamics\/css\/d365ext.css"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_icon": "img\/avaya\/19d.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/static.apps.avaya.com; img-src 'self' 'unsafe-inline' data: http: https:;",
    "web_accessible_resources": [
        "img\/avaya\/32.png",
        "img\/avaya\/19.png",
        "img\/avaya\/p16.png",
        "img\/avaya\/p16h.png",
        "img\/avaya\/p16v.png",
        "img\/common\/event16.png",
        "img\/common\/esna.png",
        "app\/avaya\/app.html",
        "app\/avaya\/app3.html",
        "app\/common\/ntf.html",
        "jsc\/chrome\/jsc.popout.js",
        "css\/popout.css",
        "css3\/inject.css",
        "app\/dynamics\/js\/d365-utils.js",
        "app\/dynamics\/js\/d365-search.js",
        "app\/dynamics\/js\/d365-driver.js",
        "app\/dynamics\/img\/p16.png",
        "app\/dynamics\/default-config.js"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+I",
                "mac": "Ctrl+Shift+I",
                "chromeos": "Ctrl+Shift+I",
                "linux": "Ctrl+Shift+I"
            }
        }
    }
}