Yoko Networks Click to Call

This extension allows Yoko Networks customers to highlight a phone number and by clicking initiate the call from their phone

什麼是Yoko Networks Click to Call?

Yoko Networks Click to Call是由https://yokonetworks.com開發的Chrome擴展程式,該擴展的主要功能是“This extension allows Yoko Networks customers to highlight a phone number and by clicking initiate the call from their phone”。

擴展截圖

screenshot

下載Yoko Networks Click to Call擴展crx文件

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

擴展使用說明

                        Click to call for Yoko Networks hosted VoIP systems. This extension allows customers to highlight a phone number and by clicking initiate the call from their desk phone or softphone                    

擴展基本資訊

名稱 Yoko Networks Click to Call Yoko Networks Click to Call
ID npgmpehjkfjicciloilfhfkaobhpobgk
官方網址 https://chromewebstore.google.com/detail/yoko-networks-click-to-ca/npgmpehjkfjicciloilfhfkaobhpobgk
簡介 This extension allows Yoko Networks customers to highlight a phone number and by clicking initiate the call from their phone
檔案大小 162 KB
安裝次數 2,845
目前版本 4.6.1
更新時間 2023-09-11
上架時間 2020-04-29
評分 5.00/5 共 3 次評分
開發者 https://yokonetworks.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://yokonetworks.com
說明頁面URL https://yokonetworks.com
隱私政策頁面URL https://yokonetworks.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yoko Networks Click to Call",
    "description": "This extension allows Yoko Networks customers to highlight a phone number and by clicking initiate the call from their phone",
    "version": "4.6.1",
    "manifest_version": 3,
    "options_page": "content\/templates\/options.html",
    "action": {
        "default_icon": "content\/images\/input-dialpad48.png",
        "default_popup": "content\/templates\/callWindow.html"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "css": [
                "content\/css\/style.css"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/js\/jquery-2.1.3.min.js",
                "content\/js\/config.js",
                "content\/js\/common.js",
                "content\/js\/background.js"
            ]
        }
    ],
    "icons": {
        "16": "\/content\/images\/input-dialpad16.png",
        "32": "\/content\/images\/input-dialpad32.png",
        "48": "\/content\/images\/input-dialpad48.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "contextMenus",
        "webRequest",
        "declarativeNetRequest",
        "nativeMessaging",
        "background",
        "scripting",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "urls.json"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}