FortiVoice Click-to-dial

Initiate calls with FortiVoice from Chrome.

什么是FortiVoice Click-to-dial?

FortiVoice Click-to-dial是由FortiVoice开发的Chrome扩展程序,该扩展的主要功能是“Initiate calls with FortiVoice from Chrome.”。

扩展截图

screenshot

下载FortiVoice Click-to-dial扩展crx文件

下载FortiVoice Click-to-dial扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        FortiVoice Click-to-dial works with in conjunction with your FortiVoice Enterprise phone system to allow you select a phone number from a website and automatically call the party using your phone system extension.                    

扩展基本信息

名称 FortiVoice Click-to-dial FortiVoice Click-to-dial
ID hnkgbaajmjmmlpfbemelmppaefelmbko
官方URL https://chromewebstore.google.com/detail/fortivoice-click-to-dial/hnkgbaajmjmmlpfbemelmppaefelmbko
简介 Initiate calls with FortiVoice from Chrome.
文件大小 81.79 KB
安装次数 338
当前版本 1.0.10
更新时间 2023-02-11
上架时间 2019-10-30
评分 3.14/5 共7次评分
开发者 FortiVoice
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.fortivoice.com
隐私政策页面URL https://www.fortinet.com/corporate/about-us/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FortiVoice Click-to-dial",
    "version": "1.0.10",
    "description": "Initiate calls with FortiVoice from Chrome.",
    "manifest_version": 3,
    "icons": {
        "128": "images\/fv_corner_icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "options_ui": {
        "page": "views\/options.html"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/phone_blue.png",
                "styles\/contentStyle.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "images\/fv_corner_icon_128.png",
        "default_popup": "views\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*.htm",
                "file:\/\/\/*.html"
            ],
            "css": [
                "styles\/contentStyle.css"
            ],
            "js": [
                "scripts\/libphonenumber-max.min.js",
                "scripts\/util.js",
                "scripts\/requestUtil.js",
                "scripts\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self",
        "worker-src": "self"
    }
}