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ファイルをダウンロード
VPB Preview Dialer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |