UBICENTREX click to call
Click to call pour les applications intégrées à UBICENTREX
UBICENTREX click to call란 무엇입니까?
UBICENTREX click to call은(는) https://ubicentrex.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click to call pour les applications intégrées à UBICENTREX"입니다.
확장 프로그램 스크린샷
UBICENTREX click to call 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension pour tous les abonnés UBICENTREX permettant de faire du click-to-call depuis une application intégrée. L'application fonctionne avec la plupart des logiciels d'agenda existants et permet ainsi d'éviter la saisie manuelle du numéro de téléphone par l'agent.
확장 프로그램 기본 정보
이름 | UBICENTREX click to call |
ID | nodckdofpohinpadjcjaidfpkelkgkhd |
공식 URL | https://chromewebstore.google.com/detail/ubicentrex-click-to-call/nodckdofpohinpadjcjaidfpkelkgkhd |
설명 | Click to call pour les applications intégrées à UBICENTREX |
파일 크기 | 65.78 KB |
설치 횟수 | 419 |
현재 버전 | 1.0.11 |
최근 업데이트 | 2023-07-21 |
출시 날짜 | 2018-10-24 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://ubicentrex.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://ubicentrex.fr |
지원되는 언어 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UBICENTREX click to call", "version": "1.0.11", "manifest_version": 3, "description": "Click to call pour les applications int\u00e9gr\u00e9es \u00e0 UBICENTREX", "action": { "default_icon": "images\/48.png" }, "background": { "service_worker": "background.js" }, "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "class\/jquery.js", "soap.js", "content.js" ], "all_frames": true } ], "homepage_url": "https:\/\/www.ubicentrex.fr", "permissions": [ "tabs", "activeTab", "webNavigation", "windows" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |