Insellerate Click2Call

Insellerate/Ytel Contact Center - Click2Call extension for Chrome.

Insellerate Click2Call क्या है?

Insellerate Click2Call Ytel, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Insellerate/Ytel Contact Center - Click2Call extension for Chrome."।

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

screenshot
screenshot

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

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

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

                        This is a click to call extension for the Insellerate version of Ytel’s Cloud Contact Center agents. This extension will allow agents to click on any phone number displayed as text in the browser, and will launch a call to that number in X5. Upon clicking the number, the Agent interface tab will be moved to the forefront and the call automatically initiated.

- Once the plugin is installed, the Settings page will open and the customer will be prompted for their credentials.

- The extension puts a button on the browser toolbar for quick configuration, when clicked it opens the Settings page.

- When the extension is active and live, the icon will be blue. When inactive the icon will appear grey.                    

एक्सटेंशन की मूल जानकारी

नाम Insellerate Click2Call Insellerate Click2Call
ID fdokpfekfffnjjhpmidmjpbkiinapddc
आधिकारिक URL https://chromewebstore.google.com/detail/insellerate-click2call/fdokpfekfffnjjhpmidmjpbkiinapddc
विवरण Insellerate/Ytel Contact Center - Click2Call extension for Chrome.
फ़ाइल का आकार 213 KB
स्थापना संख्या 21
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2021-02-10
प्रकाशन तिथि 2021-02-10
डेवलपर Ytel, Inc.
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.ytel.com/company/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "offline_enabled": true,
    "version": "2.0.1",
    "name": "Insellerate Click2Call",
    "description": "Insellerate\/Ytel Contact Center - Click2Call extension for Chrome.",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Insellerate Click2Call",
        "default_icon": "icon16.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "jquery.js",
            "cryptojs-hmac-sha1.js",
            ".\/cryptoJS\/components\/enc-base64-min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "mutation-summary.js",
                "jquery.js",
                "cryptojs-hmac-sha1.js",
                ".\/cryptoJS\/components\/enc-base64-min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google.com https:\/\/www.google-analytics.com; object-src 'self' https:\/\/www.google.com https:\/\/www.google-analytics.com",
    "permissions": [
        "",
        "tabs"
    ],
    "manifest_version": 2
}