Askozia Web Integration Tool
Browser plugin for AskoziaPBX IP phone systems. Display incoming calls and allows easy integration with other web applications.
Was ist Askozia Web Integration Tool?
Askozia Web Integration Tool ist eine Chrome-Erweiterung, die von plaintel GmbH entwickelt wurde, und ihr Hauptmerkmal ist "Browser plugin for AskoziaPBX IP phone systems. Display incoming calls and allows easy integration with other web applications.".
Erweiterungsscreenshots
Askozia Web Integration Tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie Askozia Web Integration Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | omlnakomelegbdngpfhijaikhnlfhpeh |
Offizielle URL | https://chrome.google.com/webstore/detail/askozia-web-integration-t/omlnakomelegbdngpfhijaikhnlfhpeh |
Beschreibung | Browser plugin for AskoziaPBX IP phone systems. Display incoming calls and allows easy integration with other web applications. |
Dateigröße | 141 KB |
Installationsanzahl | 10 |
Aktuelle Version | 1.0 |
Letztes Update | 2017-03-13 |
Veröffentlichungsdatum | 2017-03-13 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | plaintel GmbH |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://askozia.com |
URL der Datenschutzrichtlinien-Seite | http://askozia.com/cookies-and-privacy |
Unterstützte Sprachen | 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" } } |