Webadmin, Enhanced

This extension provides extra functionalities to your Cisco Meeting Server (Acano)'s webadmin interface.

Webadmin, Enhancedคืออะไร?

Webadmin, Enhanced เป็นส่วนขยายของ Chrome ที่พัฒนาโดย w7e7 และคุณลักษณะหลักของมันคือ "This extension provides extra functionalities to your Cisco Meeting Server (Acano)'s webadmin interface."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webadmin, Enhanced

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

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

                        The Cisco Meeting Server (formerly Acano Server)'s webadmin interface only provides a limited set of features and controls. This can be frustrating to use, especially for some simple tasks such as making a call from a Space (conference).

Webadmin, Enhanced is designed to improve this situation by adding in more features into the existing webadmin interface. It gives users extra control in a simple, natural way by providing additional buttons and dialogs directly into the webadmin interface itself.

Features include:
1. Dial single or multiple participants from a Space by clicking a button
2. Mute/unmute ongoing calls, multiple calls can be selected at once 
3. A built-in API console to quickly run the Server API commands without the need of additional tools such as Postman or Poster.
4. Download conference call diagnostics with a button

New in version 1.2:
- Permissions simplification! Now Webadmin, Enhanced no longer requires any Chrome permission during installation. When you first activate this extension on a compatible page, Chrome will ask you for permission to access and modify only the activated page, and nothing more. This is necessary for the extension to add extra features into the existing Cisco Meeting Server (Acano)’s page. This extension will not load on any other addresses unless the button is clicked and the permission is allowed. 

Note: 
Currently all the Webadmin, Enhanced features are only available from the Calls page in the webadmin interface. 
API level authentication is required on the first API request to a Cisco Meeting Server (Acano). Subsequent requests do not require authentication until the browser session is closed.

To activate in the Call page, click on the "We" button in the browser bar, new buttons will appear instantly in the web page.
To deactivate, click on the "We" button, refresh or navigate away from the Call page to remove the additional buttons.                    

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

ชื่อ Webadmin, Enhanced Webadmin, Enhanced
ID hkeegcnjafhnlbponfkdpgfofnddejco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webadmin-enhanced/hkeegcnjafhnlbponfkdpgfofnddejco
คำอธิบาย This extension provides extra functionalities to your Cisco Meeting Server (Acano)'s webadmin interface.
ขนาดไฟล์ 163 KB
จำนวนการติดตั้ง 95
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2017-03-27
วันที่เผยแพร่ 2017-03-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา w7e7
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webadmin, Enhanced",
    "description": "This extension provides extra functionalities to your Cisco Meeting Server (Acano)'s webadmin interface.",
    "version": "1.2",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "optional_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_title": "Webadmin, Enhanced",
        "default_icon": {
            "16": "icons\/extension-deactivated-16.png",
            "32": "icons\/extension-deactivated-32.png",
            "128": "icons\/extension-deactivated-128.png"
        }
    },
    "web_accessible_resources": [
        "fonts\/fontawesome-webfont.woff2"
    ]
}