S-Net Connect Call

Use S-Net Connect to call numbers in Chrome.

S-Net Connect Call क्या है?

S-Net Connect Call https://snetconnect.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use S-Net Connect to call numbers in Chrome."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में S-Net Connect Call एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                ""
            ]
        }
    ]
}