OpenTouch Click2Call

OpenTouch Click2Call extension for Gmail and Google Contacts using OTC PC or OTC PC One

OpenTouch Click2Call란 무엇입니까?

OpenTouch Click2Call은(는) ALE International에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OpenTouch Click2Call extension for Gmail and Google Contacts using OTC PC or OTC PC One"입니다.

확장 프로그램 스크린샷

screenshot

OpenTouch Click2Call 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ease the way you start a call on your ALE deskphone, thanks to contextual Click2Call button in Gmail and Google Contacts, besides a “select” + Enter key on any phone number in a Chrome web page. This extension relies on OT Conversation PC One or OT Conversation PC application for call control.                    

확장 프로그램 기본 정보

이름 OpenTouch Click2Call OpenTouch Click2Call
ID jomjjgmolimcgkpkokmgonahmhchkhgn
공식 URL https://chromewebstore.google.com/detail/opentouch-click2call/jomjjgmolimcgkpkokmgonahmhchkhgn
설명 OpenTouch Click2Call extension for Gmail and Google Contacts using OTC PC or OTC PC One
파일 크기 18.06 KB
설치 횟수 389
현재 버전 2.20.5906
최근 업데이트 2021-08-03
출시 날짜 2016-06-06
평점 5.00/5 총 4 개의 평점
개발자 ALE International
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.al-enterprise.com/en/rainbow/data-privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OpenTouch Click2Call",
    "short_name": "OT Click2Call",
    "version": "2.20.5906",
    "description": "OpenTouch Click2Call extension for Gmail and Google Contacts using OTC PC or OTC PC One",
    "manifest_version": 2,
    "icons": {
        "16": "resources\/c2c_18.png",
        "128": "resources\/icon_c2c.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "management",
        "nativeMessaging",
        "identity",
        "contextMenus",
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/tools.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/apis.google.com\/*",
                "https:\/\/contacts.google.com\/*",
                "https:\/\/mail.google.com\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/tools.js",
                "js\/hovercard.js",
                "js\/searchcard.js",
                "js\/contactList.js",
                "js\/key2call.js"
            ],
            "css": [
                "styles\/style.css"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google.com\/; object-src 'self'",
    "web_accessible_resources": [
        "resources\/c2c_18.png"
    ],
    "oauth2": {
        "client_id": "93889133101-drp7bckcfa4v0bjpgeub1lsgiqn0ne3t.apps.googleusercontent.com",
        "project_id": "opentouch-click2call",
        "auth_uri": "https:\/\/accounts.google.com\/o\/oauth2\/auth",
        "token_uri": "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "auth_provider_x509_cert_url": "https:\/\/www.googleapis.com\/oauth2\/v1\/certs",
        "scopes": [
            "https:\/\/www.google.com\/m8\/feeds",
            "https:\/\/www.googleapis.com\/auth\/contacts.readonly"
        ]
    }
}