S-Net Connect Call

Use S-Net Connect to call numbers in Chrome.

什麼是S-Net Connect Call?

S-Net Connect Call是由https://snetconnect.com開發的Chrome擴展程式,該擴展的主要功能是“Use S-Net Connect to call numbers in Chrome.”。

擴展截圖

screenshot

下載S-Net Connect Call擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}