Visitele Operator Support Tools
Visitele operator tools need to be installed by support operator to allow screensharing and browser window resizing.
Visitele Operator Support Tools란 무엇입니까?
Visitele Operator Support Tools은(는) https://www.visitele.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visitele operator tools need to be installed by support operator to allow screensharing and browser window resizing."입니다.
확장 프로그램 스크린샷
Visitele Operator Support Tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Live chat, video conference and screen-sharing using smart phone (Android, iOS) or PC. Sound and visual alert for incoming chat or video conference. Session recording (chat, audio, video). Dynamic number of online operators. Requires only browser – no Flash, no special app. Multi-language: English, German, Hungarian, Slovak, Polish, Russian. Optimized chat window for mobile devices (mobile phone, tablet) and PC.
확장 프로그램 기본 정보
이름 | |
ID | ogdfkgnomdhpdjoginmpemmdoilniipg |
공식 URL | https://chrome.google.com/webstore/detail/visitele-operator-support/ogdfkgnomdhpdjoginmpemmdoilniipg |
설명 | Visitele operator tools need to be installed by support operator to allow screensharing and browser window resizing. |
파일 크기 | 45.22 KB |
설치 횟수 | 36 |
현재 버전 | 1.5.3 |
최근 업데이트 | 2018-03-05 |
출시 날짜 | 2018-03-05 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://www.visitele.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.visitele.com |
도움말 페이지 URL | https://visitele.com/index.php?lang=en#contact |
개인정보 보호 정책 페이지 URL | https://prod.visitele.com/legals/6ed4ac05729f/gdpr/en |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Visitele Operator Support Tools", "short_name": "visitele", "author": "visitele, j.s.a.", "version": "1.5.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Visitele operator tools need to be installed by support operator to allow screensharing and browser window resizing.", "homepage_url": "https:\/\/www.visitele.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "https:\/\/*\/*" ] } ], "icons": { "32": "visitele_icon_blue_32x32.png", "48": "visitele_icon_blue_48x48.png", "64": "visitele_icon_blue_64x64.png", "128": "visitele_icon_blue_128x128.png", "256": "visitele_icon_blue_256x256.png" }, "permissions": [ "desktopCapture", "tabs" ], "web_accessible_resources": [ "visitele_icon_blue_32x32.png" ] } |