Voicenter Chrome Extension

Voicenter's extension features Click2Call, pop-up notification and call detail records (CDR). Note: a Voicenter account is required.

Voicenter Chrome Extension क्या है?

Voicenter Chrome Extension https://www.voicenter.co.il द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Voicenter's extension features Click2Call, pop-up notification and call detail records (CDR). Note: a Voicenter account is required."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Voicenter's business cloud communication services proud to present its extension for Chrome, to give our users a simple and powerful Click-to-Call tool and a pop-up call notification tool that works immediately with your Voicenter account, allowing you to right-click any number in the browser and select "Click2Call" in the dropdown menu, as well as displaying call information directly from your CRM, using the pop-up screen feature (requires integration with your CRM).                    

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

नाम Voicenter Chrome Extension Voicenter Chrome Extension
ID hgkidiolliocgcfaaoohdjoheoamnmdd
आधिकारिक URL https://chromewebstore.google.com/detail/voicenter-chrome-extensio/hgkidiolliocgcfaaoohdjoheoamnmdd
विवरण Voicenter's extension features Click2Call, pop-up notification and call detail records (CDR). Note: a Voicenter account is required.
फ़ाइल का आकार 566 KB
स्थापना संख्या 1,621
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2018-02-01
प्रकाशन तिथि 2018-02-01
रेटिंग 4.55/5 कुल 11 रेटिंग्स
डेवलपर https://www.voicenter.co.il
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voicenter Chrome Extension",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "Voicenter's extension features Click2Call, pop-up notification and call detail records (CDR). Note: a Voicenter account is required.",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_title": "Voicenter",
        "default_icon": "images\/48.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-1.7.2.min.js",
            "js\/jQuery1.8.2-ui.js",
            "js\/socket.io-1.3.7.js",
            "js\/VoicenterMonitor.js",
            "js\/background.js",
            "js\/notifications.js",
            "js\/popup.js"
        ],
        "pages": [
            "html\/notification.html"
        ]
    },
    "permissions": [
        "tabs",
        "notifications",
        "background",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "options_page": "html\/options.html",
    "web_accessible_resources": [
        "html\/notification.html"
    ]
}