iPECS ONE Click to Dial

iPECS ONE Extension for Click to Dial

ما هو iPECS ONE Click to Dial؟

iPECS ONE Click to Dial هو إضافة Chrome تم تطويرها بواسطة Ericsson LG Enterprise، والميزة الرئيسية لها هي "iPECS ONE Extension for Click to Dial".

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

screenshot

تحميل ملف CRX للإضافة iPECS ONE Click to Dial

قم بتنزيل ملفات الامتداد iPECS ONE Click to Dial بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        iPECS ONE Extension for Click to Dial for Web page and Native host.                    

معلومات أساسية عن التمديد

الاسم iPECS ONE Click to Dial iPECS ONE Click to Dial
ID cbeapjoacbchooidbnacdahfkennpoff
عنوان URL الرسمي https://chromewebstore.google.com/detail/ipecs-one-click-to-dial/cbeapjoacbchooidbnacdahfkennpoff
الوصف iPECS ONE Extension for Click to Dial
حجم الملف 64.54 KB
عدد التثبيتات 1,856
النسخة الحالية 1.0.6
آخر تحديث 2024-02-28
تاريخ النشر 2022-06-23
تقييم 3.00/5 مجموع تقييمات 2
المطور Ericsson LG Enterprise
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/Background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/ContentPage.js"
            ],
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "name": "iPECS ONE Click to Dial",
    "description": "iPECS ONE Extension for Click to Dial",
    "author": "iPECS ONE",
    "version": "1.0.6",
    "manifest_version": 3,
    "options_ui": {
        "page": "options\/options.html"
    },
    "permissions": [
        "storage",
        "nativeMessaging",
        "tabs"
    ],
    "action": {
        "default_icon": {
            "19": "images\/Icon19.png",
            "32": "images\/Icon32.png",
            "48": "images\/Icon48.png",
            "128": "images\/Icon128.png"
        },
        "default_title": "iPECS ONE Click to Dial"
    },
    "icons": {
        "19": "images\/Icon19.png",
        "32": "images\/Icon32.png",
        "48": "images\/Icon48.png",
        "128": "images\/Icon128.png"
    }
}