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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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:\/\/*\/*"
            ]
        }
    ]
}