Video Chat for WhatsApp™ Web
The best way to make Video calls using WhatsApp™ web
Video Chat for WhatsApp™ Web란 무엇입니까?
Video Chat for WhatsApp™ Web은(는) https://videochatforall.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best way to make Video calls using WhatsApp™ web"입니다.
확장 프로그램 스크린샷
Video Chat for WhatsApp™ Web 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Video Chat for WhatsApp™ Web - The awesome feature that's sorely missing in WhatsApp™ Web : Making Video Calls, which lets you create WhatsApp™ video chat room with a single click. WhatsApp™ Web doesn't come with this feature, but, thankfully, Video Chat for WhatsApp™ Web fills that void. Soon there will be more options: Enable/Disable with one click. Make conference calls for groups. And more…
확장 프로그램 기본 정보
이름 | Video Chat for WhatsApp™ Web |
ID | himmciocmhnindiepdhcfhikjhpgabfa |
공식 URL | https://chromewebstore.google.com/detail/video-chat-for-whatsapp-w/himmciocmhnindiepdhcfhikjhpgabfa |
설명 | The best way to make Video calls using WhatsApp™ web |
파일 크기 | 69.67 KB |
설치 횟수 | 7,517 |
현재 버전 | 1.0 |
최근 업데이트 | 2020-07-12 |
출시 날짜 | 2020-07-11 |
평점 | 1.84/5 총 19 개의 평점 |
개발자 | https://videochatforall.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://videochatforall.com/#about |
도움말 페이지 URL | https://videochatforall.com/#getintouch |
개인정보 보호 정책 페이지 URL | https://www.sanjer.co.il/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Chat for WhatsApp\u2122 Web", "version": "1.0", "description": "The best way to make Video calls using WhatsApp\u2122 web", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Video Chat for WhatsApp\u2122 Web", "default_icon": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "css": [ "injection_style.css" ], "js": [ "jquery-3.5.1.min.js" ], "run_at": "document_start" } ], "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "permissions": [ "https:\/\/web.whatsapp.com\/" ] } |