VOZ Manager click 2 call

Extension para realizar llamadas click2call, válido para centrales de la plataforma VOZ Manager.

What is VOZ Manager click 2 call?

VOZ Manager click 2 call is a Chrome extension developed by siptize, and its main feature is "Extension para realizar llamadas click2call, válido para centrales de la plataforma VOZ Manager.".

Extension Screenshots

screenshot
screenshot
screenshot

Download VOZ Manager click 2 call Extension CRX File

Download VOZ Manager click 2 call extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extensión para realizar llamadas click2call, válido para centrales de la plataforma VOZ Manager.                    

Extension Basic Information

Name VOZ Manager click 2 call VOZ Manager click 2 call
ID kfkmmijlokkigkpmnccjnghmomodgjmm
Official URL https://chromewebstore.google.com/detail/voz-manager-click-2-call/kfkmmijlokkigkpmnccjnghmomodgjmm
Description Extension para realizar llamadas click2call, válido para centrales de la plataforma VOZ Manager.
File Size 48.93 KB
Installation Count 338
Current Version 1.1
Last Updated 2017-02-23
Publish Date 2017-02-23
Rating 5.00/5 Total 2 Ratings
Developer siptize
Email [email protected]
Payment Type free
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VOZ Manager click 2 call",
    "description": "Extension para realizar llamadas click2call, v\u00e1lido para centrales de la plataforma VOZ Manager.",
    "version": "1.1",
    "options_page": "options.html",
    "icons": {
        "16": "iconSiptize.png",
        "128": "iconSiptize.png"
    },
    "browser_action": {
        "default_icon": "iconSiptize.png",
        "default_popup": "popup.html",
        "default_title": "Llamar"
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "activeTab",
        "https:\/\/vpbx.me\/",
        "http:\/\/localhost:9092\/"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.1.1.min.js",
            "js\/common.js",
            "js\/contextMenu.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/common.js",
                "js\/phonefind.js"
            ]
        }
    ]
}