Flexor CTI extension 2
Flexor CTI extension
Flexor CTI extension 2란 무엇입니까?
Flexor CTI extension 2은(는) https://camrivox.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Flexor CTI extension"입니다.
확장 프로그램 스크린샷
Flexor CTI extension 2 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Flexor CTI Extension for enabling Click To Dial from Salesforce.com, Microsoft Dynamics CRM and Netsuite.
확장 프로그램 기본 정보
이름 | Flexor CTI extension 2 |
ID | njjkgbhnpmhcafoochagpelemahdcjib |
공식 URL | https://chromewebstore.google.com/detail/flexor-cti-extension-2/njjkgbhnpmhcafoochagpelemahdcjib |
설명 | Flexor CTI extension |
파일 크기 | 94.08 KB |
설치 횟수 | 146 |
현재 버전 | 3.0.0.25 |
최근 업데이트 | 2019-02-18 |
출시 날짜 | 2019-02-17 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://camrivox.co.uk |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.camrivox.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flexor CTI extension 2", "short_name": "Flexor CTI", "version": "3.0.0.25", "description": "Flexor CTI extension", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.1.1.min.js", "FlexorCTI.js" ] } ], "background": { "scripts": [ "background.js" ], "permissions": [ "nativeMessaging" ] }, "icons": { "48": "Flexor48.png", "128": "Flexor128.png" }, "permissions": [ "nativeMessaging" ] } |