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
官方網址 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"
    }
}