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?

Askozia Web Integration Tool是由plaintel GmbH開發的Chrome擴展程式,該擴展的主要功能是“Browser plugin for AskoziaPBX IP phone systems. Display incoming calls and allows easy integration with other web applications.”。

擴展截圖

screenshot

下載Askozia Web Integration Tool擴展crx文件

下載Askozia Web Integration Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Askozia Web Integration Tool Askozia Web Integration Tool
ID omlnakomelegbdngpfhijaikhnlfhpeh
官方網址 https://chrome.google.com/webstore/detail/askozia-web-integration-t/omlnakomelegbdngpfhijaikhnlfhpeh
簡介 Browser plugin for AskoziaPBX IP phone systems. Display incoming calls and allows easy integration with other web applications.
檔案大小 141 KB
安裝次數 10
目前版本 1.0
更新時間 2017-03-13
上架時間 2017-03-13
評分 5.00/5 共 1 次評分
開發者 plaintel GmbH
電子郵箱 [email protected]
付費類型 free
擴展官網 http://askozia.com
隱私政策頁面URL http://askozia.com/cookies-and-privacy
支援的語言 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"
    }
}