Askozia Web Integration Tool
Browser plugin for AskoziaPBX IP phone systems. Display incoming calls and allows easy integration with other web applications.
Cos'è Askozia Web Integration Tool?
Askozia Web Integration Tool è un'estensione di Chrome sviluppata da plaintel GmbH, e la sua funzione principale è "Browser plugin for AskoziaPBX IP phone systems. Display incoming calls and allows easy integration with other web applications.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Askozia Web Integration Tool
Scarica i file di estensione Askozia Web Integration Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | omlnakomelegbdngpfhijaikhnlfhpeh |
URL Ufficiale | https://chrome.google.com/webstore/detail/askozia-web-integration-t/omlnakomelegbdngpfhijaikhnlfhpeh |
Descrizione | Browser plugin for AskoziaPBX IP phone systems. Display incoming calls and allows easy integration with other web applications. |
Dimensione del File | 141 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-03-13 |
Data di Pubblicazione | 2017-03-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | plaintel GmbH |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://askozia.com |
URL della Pagina della Politica sulla Privacy | http://askozia.com/cookies-and-privacy |
Lingue Supportate | 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" } } |