Epygi Click To Call Extension

Epygi’s Click To Call extension is for making one-click calls via Epygi IP PBX to phone numbers on web pages.

什麼是Epygi Click To Call Extension?

Epygi Click To Call Extension是由Epygi Technologies開發的Chrome擴展程式,該擴展的主要功能是“Epygi’s Click To Call extension is for making one-click calls via Epygi IP PBX to phone numbers on web pages.”。

擴展截圖

screenshot
screenshot
screenshot

下載Epygi Click To Call Extension擴展crx文件

下載Epygi Click To Call Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Epygi’s Click To Call Chrome extension detects the phone numbers on the web page. When the user hovers over a phone number, callout pops up with the detected phone number and the “Call” icon. Once the user clicks on the “Call” icon, user’s PBX extensions will ring. As soon as the user answers, the call will connect to the phone number on the web page.

If the phone number has not been detected on the web page, the user can always select the number and right click to open a window with Epygi’s Call record to make a call.                    

擴展基本資訊

名稱 Epygi Click To Call Extension Epygi Click To Call Extension
ID biooccafopkmgfglhlgldhcmlfnpnnep
官方網址 https://chromewebstore.google.com/detail/epygi-click-to-call-exten/biooccafopkmgfglhlgldhcmlfnpnnep
簡介 Epygi’s Click To Call extension is for making one-click calls via Epygi IP PBX to phone numbers on web pages.
檔案大小 320 KB
安裝次數 75
目前版本 2.0.14
更新時間 2023-07-04
上架時間 2019-09-18
評分 5.00/5 共 5 次評分
開發者 Epygi Technologies
電子郵箱 [email protected]
付費類型 free
擴展官網 https://epygi.com
說明頁面URL http://support.epygi.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Epygi\u2019s Click To Call extension is for making one-click calls via Epygi IP PBX to phone numbers on web pages.",
    "version": "2.0.14",
    "manifest_version": 2,
    "name": "Epygi Click To Call Extension",
    "short_name": "Epygi c2c",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "options.html",
        "allow-network-connection.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}