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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser plugin for AskoziaPBX IP phone systems. Display incoming calls and allows easy integration with other web applications."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Askozia Web Integration Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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 |
ईमेल | [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" } } |