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
公式URL 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
Eメール [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"
    }
}