FortiVoice Click-to-dial

Initiate calls with FortiVoice from Chrome.

FortiVoice Click-to-dial là gì?

FortiVoice Click-to-dial là một tiện ích mở rộng Chrome được phát triển bởi FortiVoice, và tính năng chính của nó là "Initiate calls with FortiVoice from Chrome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FortiVoice Click-to-dial

Tải xuống các tệp mở rộng FortiVoice Click-to-dial dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FortiVoice Click-to-dial FortiVoice Click-to-dial
ID hnkgbaajmjmmlpfbemelmppaefelmbko
URL Chính Thức https://chromewebstore.google.com/detail/fortivoice-click-to-dial/hnkgbaajmjmmlpfbemelmppaefelmbko
Mô tả Initiate calls with FortiVoice from Chrome.
Kích Thước Tệp 81.79 KB
Số Lần Cài Đặt 338
Phiên Bản Hiện Tại 1.0.10
Cập Nhật Lần Cuối 2023-02-11
Ngày Phát Hành 2019-10-30
Đánh Giá 3.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển FortiVoice
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.fortivoice.com
URL Trang Chính Sách Bảo Mật https://www.fortinet.com/corporate/about-us/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}