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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}