Velantro Dialer + Click to Call
Velantro.com PBX dialer and click to call extension
什么是Velantro Dialer + Click to Call?
Velantro Dialer + Click to Call是由Mango9开发的Chrome扩展程序,该扩展的主要功能是“Velantro.com PBX dialer and click to call extension”。
扩展截图
下载Velantro Dialer + Click to Call扩展crx文件
下载Velantro Dialer + Click to Call扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Velantro dialer is a powerful add on as a Chrome or Firefox extension. It acts as a power dialer and allows rapid dialing of uploaded numbers. You may dial in automatic mode to contact your lists more effectively. Manual mode is also available if the need arises to dial one by one. Moreover, Velantro dialer employs sue to its popular demand includes the good old click to call for Chrome and Firefox. Cool features. Prerecorded Voicemail drop. Velantro dialer extension allows the user to easily upload csv lists and start dialing per agent. Simple dialer for everyday use of calling lists. Much more. Velantro PBX service required*
扩展基本信息
名称 | Velantro Dialer + Click to Call |
ID | ifmkbfebcnochjnidgjcecaifboogcoc |
官方URL | https://chromewebstore.google.com/detail/velantro-dialer-+-click-t/ifmkbfebcnochjnidgjcecaifboogcoc |
简介 | Velantro.com PBX dialer and click to call extension |
文件大小 | 1.9 MB |
安装次数 | 208 |
当前版本 | 2.0.10 |
更新时间 | 2020-03-11 |
上架时间 | 2020-03-11 |
评分 | 5.00/5 共1次评分 |
开发者 | Mango9 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.velantro.com/ |
隐私政策页面URL | https://www.velantro.com/pages/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Velantro Dialer + Click to Call", "description": "Velantro.com PBX dialer and click to call extension", "version": "2.0.10", "applications": { "gecko": { "id": "{d0c1b118-b15e-4147-aebc-fa615caf93df}", "strict_min_version": "57.0" } }, "browser_action": { "default_icon": "velantro32.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "call-phone-v.png" ], "options_ui": { "page": "options.html", "chrome_style": false }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.bundle.js" ], "all_frames": true } ], "background": { "scripts": [ "background.bundle.js" ] }, "permissions": [ "activeTab", "storage", "notifications", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "velantro16.png", "48": "velantro48.png", "128": "velantro128.png" } } |