S-Net Connect Call

Use S-Net Connect to call numbers in Chrome.

S-Net Connect Callคืออะไร?

S-Net Connect Call เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://snetconnect.com และคุณลักษณะหลักของมันคือ "Use S-Net Connect to call numbers in Chrome."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย S-Net Connect Call

ดาวน์โหลดไฟล์ส่วนขยาย S-Net Connect Call ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Use S-Net Connect to call numbers in Chrome.
S-Net Connect is a desktop and mobile application designed to
enhance the communicating capabilities of enterprise and call center staff.
S-Net Connect can be used as a softphone or integrated with your IP phone to simplify and streamline communications for individual workers and entire enterprises. 
Features include: incoming and outgoing calls, video calls, instant messaging, conferencing, group chat, call monitoring, and much more.
This extension allows S-Net Connect users to click-to-dial telephone numbers within Google Chrome from any webpage that has a valid phone number or phone number format.
The Number will become a hyperlink, which when clicked will automatically open a call window within S-Net Connect and call the clicked destination number.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ S-Net Connect Call S-Net Connect Call
ID kkpmmdcehcdjaipdnlgkppolmnkdcnop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/s-net-connect-call/kkpmmdcehcdjaipdnlgkppolmnkdcnop
คำอธิบาย Use S-Net Connect to call numbers in Chrome.
ขนาดไฟล์ 146 KB
จำนวนการติดตั้ง 396
เวอร์ชันปัจจุบัน 6.0.0.1
อัปเดตครั้งล่าสุด 2022-11-06
วันที่เผยแพร่ 2022-10-21
ผู้พัฒนา https://snetconnect.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.snetconnect.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "S-Net Communications",
    "background": {
        "service_worker": "call_action.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "google_phone_lib.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "highlight_numbers.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Use S-Net Connect to call numbers in Chrome.",
    "icons": {
        "128": "app128.png",
        "16": "app16.png",
        "32": "app32.png",
        "48": "app48.png"
    },
    "manifest_version": 3,
    "name": "S-Net Connect Call",
    "permissions": [
        "contextMenus"
    ],
    "version": "6.0.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "glocom_icon.jpg",
                "detectAjax.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}