VPB Preview Dialer
Turns Virtual Phone Bank into a preview dialer.
VPB Preview Dialer란 무엇입니까?
VPB Preview Dialer은(는) michaelrkn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turns Virtual Phone Bank into a preview dialer."입니다.
확장 프로그램 스크린샷
VPB Preview Dialer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Virtual Phone Bank (VPB) Preview Dialer turns NGP VAN's Virtual Phone Bank into a preview dialer. When VPB loads a contact, the Preview Dialer will confirm that you want to call the person, and then dial for you. The audio comes through your browser. The preview dialer is a Chrome extension. It takes about 60 seconds to install and configure.
확장 프로그램 기본 정보
이름 | VPB Preview Dialer |
ID | dkcikjbkeekejknjicohkaidadbjcdee |
공식 URL | https://chromewebstore.google.com/detail/vpb-preview-dialer/dkcikjbkeekejknjicohkaidadbjcdee |
설명 | Turns Virtual Phone Bank into a preview dialer. |
파일 크기 | 151 KB |
설치 횟수 | 220 |
현재 버전 | 2.0.8 |
최근 업데이트 | 2024-01-12 |
출시 날짜 | 2020-05-07 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | michaelrkn |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/michaelrkn/vpb-preview-dialer |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VPB Preview Dialer", "description": "Turns Virtual Phone Bank into a preview dialer.", "version": "2.0.8", "browser_action": { "default_icon": { "16": "icon.png" } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "page": "background.html" }, "permissions": [ "activeTab" ] } |