AT&T UC Central Add-On

This Add-On enables the user to make calls, send messages and arrange meetings with other AT&T UC client users

AT&T UC Central Add-Onคืออะไร?

AT&T UC Central Add-On เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.correnet.com และคุณลักษณะหลักของมันคือ "This Add-On enables the user to make calls, send messages and arrange meetings with other AT&T UC client users"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AT&T UC Central Add-On

ดาวน์โหลดไฟล์ส่วนขยาย AT&T UC Central Add-On ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        AT&T UC Central Add-on by Correnet leverages the capabilities of the AT&T UC Central Client and bring them to the web. This add-on enables you to make calls, send messages and initiate web-meetings directly from the browser. The add-on automatically detects phone numbers on any web page and enable you to call them in one click.


IMPORTANT: THIS ADD-ON REQUIRES CONNECTIVITY TO AT&T UNIFIED
COMMUNICATIONS SERVICES AND WILL NOT WORK WITHOUT IT. IT ALSO REQUIRES AN AT&T UC CENTRAL PC CLIENT TO BE PREVIOUSLY INSTALLED ON YOUR PC. IF YOU ARE UNSURE IF YOUR COMPANY PROVIDES ACCESS TO THIS SERVICE, PLEASE CONTACT YOUR IT DEPARTMENT. YOU WILL NOT BE ABLE TO USE THIS Add-On WITHOUT AN ACCOUNT AND A PC CLIENT

This add-on is will save time dialing the numbers found on a webpage. It is the perfect tool that links your browser with AT&T UC Central client.

The add-on capabilities include:
- Making phone calls
- Sending instant messages
- Initiating web conferences

After a short installation, phone numbers within the pages are
underlined and marked with a tiny add-on icon. Moving the mouse cursor over the icon will open a short menu, enabling to initiate the relevant communication (voice call, instant message and initiate a web meeting)

The add-on is configured to automatically recognize USA phone numbers, international phone numbers and even emails.

Advance users can use the settings page to customize the abilities to detect other forms of phone numbers, limit the detection to certain sites and more.                    

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

ชื่อ AT&T UC Central Add-On AT&T UC Central Add-On
ID fffdhbhffkpbeppjcdihknfhhjpjnlik
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/att-uc-central-add-on/fffdhbhffkpbeppjcdihknfhhjpjnlik
คำอธิบาย This Add-On enables the user to make calls, send messages and arrange meetings with other AT&T UC client users
ขนาดไฟล์ 102 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 1.1.1017.1105
อัปเดตครั้งล่าสุด 2014-02-27
วันที่เผยแพร่ 2014-02-27
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://www.correnet.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.correnet.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Settings",
        "default_popup": "popupMenu.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "consts.js",
                "different.js",
                "regexes.js",
                "attmain.js",
                "menu.js"
            ],
            "css": [
                "menu.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "description": "This Add-On enables the user to make calls, send messages and arrange meetings with other AT&T UC client users",
    "name": "AT&T UC Central Add-On",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "consts.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "options.html",
        "about.html"
    ],
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ],
    "version": "1.1.1017.1105"
}