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."입니다.
확장 프로그램 스크린샷
Askozia Web Integration Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |