Askozia Web Integration Tool
Browser plugin for AskoziaPBX IP phone systems. Display incoming calls and allows easy integration with other web applications.
Qu'est-ce que Askozia Web Integration Tool ?
Askozia Web Integration Tool est une extension Chrome développée par plaintel GmbH, et sa fonction principale est "Browser plugin for AskoziaPBX IP phone systems. Display incoming calls and allows easy integration with other web applications.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Askozia Web Integration Tool
Téléchargez les fichiers d'extension Askozia Web Integration Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | omlnakomelegbdngpfhijaikhnlfhpeh |
URL Officiel | https://chrome.google.com/webstore/detail/askozia-web-integration-t/omlnakomelegbdngpfhijaikhnlfhpeh |
Description | Browser plugin for AskoziaPBX IP phone systems. Display incoming calls and allows easy integration with other web applications. |
Taille du Fichier | 141 KB |
Nombre d'Installations | 10 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-03-13 |
Date de Publication | 2017-03-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | plaintel GmbH |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://askozia.com |
URL de la Page de Politique de Confidentialité | http://askozia.com/cookies-and-privacy |
Langues Prises en Charge | 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" } } |