Askozia Web Integration Tool

Browser plugin for AskoziaPBX IP phone systems. Display incoming calls and allows easy integration with other web applications.

Askozia Web Integration Tool là gì?

Askozia Web Integration Tool là một tiện ích mở rộng Chrome được phát triển bởi plaintel GmbH, và tính năng chính của nó là "Browser plugin for AskoziaPBX IP phone systems. Display incoming calls and allows easy integration with other web applications.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Askozia Web Integration Tool

Tải xuống các tệp mở rộng Askozia Web Integration Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Nowadays virtually any business application offers a web interface or runs a web browser anyways. Askozia's Web Integration Tool allows a fast and easy integration with those applications. This is done by using a native browsers plugin, that talks directly with the PBX.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Askozia Web Integration Tool Askozia Web Integration Tool
ID omlnakomelegbdngpfhijaikhnlfhpeh
URL Chính Thức https://chrome.google.com/webstore/detail/askozia-web-integration-t/omlnakomelegbdngpfhijaikhnlfhpeh
Mô tả Browser plugin for AskoziaPBX IP phone systems. Display incoming calls and allows easy integration with other web applications.
Kích Thước Tệp 141 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-03-13
Ngày Phát Hành 2017-03-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển plaintel GmbH
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://askozia.com
URL Trang Chính Sách Bảo Mật http://askozia.com/cookies-and-privacy
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Askozia Web Integration Tool",
    "version": "1.0",
    "author": "plaintel GmbH",
    "description": "Browser plugin for AskoziaPBX IP phone systems. Display incoming calls and allows easy integration with other web applications.",
    "homepage_url": "http:\/\/www.askozia.com",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "webRequest",
        "background",
        "storage"
    ],
    "background": {
        "page": "main.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16-offline.png",
            "32": "icons\/icon-32-offline.png",
            "64": "icons\/icon-64-offline.png",
            "128": "icons\/icon-128-offline.png"
        },
        "default_title": "Askozia plugin preferences",
        "default_popup": "popup\/panel_new.html"
    }
}