OpenTouch Click2Call

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

ما هو OpenTouch Click2Call؟

OpenTouch Click2Call هو إضافة Chrome تم تطويرها بواسطة ALE International، والميزة الرئيسية لها هي "OpenTouch Click2Call extension for Gmail and Google Contacts using OTC PC or OTC PC One".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة OpenTouch Click2Call

قم بتنزيل ملفات الامتداد OpenTouch Click2Call بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
        ]
    }
}