Avaya Agent for Desktop Extension
Avaya Agent for Desktop Extension
Avaya Agent for Desktop Extensionคืออะไร?
Avaya Agent for Desktop Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Avaya และคุณลักษณะหลักของมันคือ "Avaya Agent for Desktop Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Avaya Agent for Desktop Extension
ดาวน์โหลดไฟล์ส่วนขยาย Avaya Agent for Desktop Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Avaya Agent for Desktop extension provides ability to initiate call from browser. This extension for Avaya Agent for Desktop (AAfD) application. The extension for highlighting phone numbers on web page and initiating a call on Avaya Agent for Desktop (AAfD) after phone number is clicked. The purpose of this extension is to allow a client to make a call using AAfD.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Avaya Agent for Desktop Extension |
ID | gbgfbmopppnjeabmjdinikeidmgblchn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/avaya-agent-for-desktop-e/gbgfbmopppnjeabmjdinikeidmgblchn |
คำอธิบาย | Avaya Agent for Desktop Extension |
ขนาดไฟล์ | 387 KB |
จำนวนการติดตั้ง | 60,950 |
เวอร์ชันปัจจุบัน | 1.0.14 |
อัปเดตครั้งล่าสุด | 2021-06-18 |
วันที่เผยแพร่ | 2019-04-13 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Avaya |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.0.14", "manifest_version": 2, "description": "__MSG_desc__", "icons": { "128": "skin\/agent.png", "16": "skin\/agent-16.png" }, "default_locale": "en", "browser_action": { "default_title": "__MSG_default_title__", "default_icon": { "19": "skin\/agent-16.png" } }, "background": { "page": "chrome\/background.html" }, "options_ui": { "page": "config\/options.html" }, "content_scripts": [ { "js": [ "3p\/gundlach\/safari_mock_chrome.js", "3p\/xregexp\/xregexp-min.js", "3p\/moment\/moment.min.js", "common\/dceInitContext.js", "common\/String.js", "content\/CountryRule.js", "content\/ILocale.js", "content\/async_sequence.js", "content\/MatchingPatterns.js", "content\/MatchingProperties.js", "content\/MatchedElement.js", "content\/DOMWatcher.js", "content\/ElementPosition.js", "content\/browser.js", "content\/browser.chrome.js" ], "css": [ "content\/highlight.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "all_frames": true } ], "web_accessible_resources": [ "skin\/call.png" ], "content_security_policy": "script-src 'self' https:\/\/localhost ; object-src 'self'", "homepage_url": "http:\/\/www.avaya.com", "minimum_chrome_version": "23.0.1271.64", "permissions": [ "tabs", "storage", "http:\/\/localhost\/*" ] } |