Snom Direct Caller
Questa estensione permette di chiamare direttamente su un telefono snom.
Snom Direct Caller란 무엇입니까?
Snom Direct Caller은(는) lucaboxx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Questa estensione permette di chiamare direttamente su un telefono snom."입니다.
확장 프로그램 스크린샷
Snom Direct Caller 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With Snom Direct Caller you have only to set your snom ip and lets you call a number directly from your browser, you can write the number in the extension or select a number in the page, right click and call!
확장 프로그램 기본 정보
이름 | Snom Direct Caller |
ID | meoinahljhhejhhidfohamnimaanigmp |
공식 URL | https://chromewebstore.google.com/detail/snom-direct-caller/meoinahljhhejhhidfohamnimaanigmp |
설명 | Questa estensione permette di chiamare direttamente su un telefono snom. |
파일 크기 | 48.48 KB |
설치 횟수 | 67 |
현재 버전 | 2.0 |
최근 업데이트 | 2018-03-22 |
출시 날짜 | 2018-03-22 |
개발자 | lucaboxx |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snom Direct Caller", "description": "Questa estensione permette di chiamare direttamente su un telefono snom.", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "activeTab", "storage", "tabs", "http:\/\/192.168.2.56\/", "http:\/\/*\/" ], "options_page": "options.html", "background": { "scripts": [ "background.js", "jquery.js" ], "persistent": false }, "icons": { "16": "icon.png" } } |