Velantro Click to Call

Velantro.net PBX click to call extension

Wat is Velantro Click to Call?

Velantro Click to Call is een Chrome-extensie ontwikkeld door https://velantro.com, en de belangrijkste functie is "Velantro.net PBX click to call extension".

Extensie Screenshots

Download het CRX-bestand van de extensie Velantro Click to Call

Download Velantro Click to Call-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Velantro click to call plugin allows you to click on phone numbers and dial using your Velantro phone or Softphone.

Velantro plan required.                    

Basisinformatie over de Extensie

Naam Velantro Click to Call Velantro Click to Call
ID bodanolkchojeegofgblckgcpbpbdcjn
Officiële URL https://chromewebstore.google.com/detail/velantro-click-to-call/bodanolkchojeegofgblckgcpbpbdcjn
Beschrijving Velantro.net PBX click to call extension
Bestandsgrootte 56.17 KB
Aantal Installaties 1,063
Huidige Versie 1.4.12
Laatst Bijgewerkt 2019-01-27
Publicatiedatum 2019-01-27
Beoordeling 4.89/5 Totaal 18 Beoordelingen
Ontwikkelaar https://velantro.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.velantro.com/pages/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Velantro Click to Call",
    "description": "Velantro.net PBX click to call extension",
    "version": "1.4.12",
    "applications": {
        "gecko": {
            "id": "{2a7e3959-cfd5-4f2b-a537-85bdbe4f6cbe}",
            "strict_min_version": "57.0"
        }
    },
    "browser_action": {
        "default_icon": "velantro32.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "call-phone-v.png"
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "phonepattern.js",
                "render.js",
                "monitor.js",
                "render-init.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "velantro-storage.js",
            "velantro-config.js",
            "velantro-call.js",
            "velantro-events.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "velantro16.png",
        "48": "velantro48.png",
        "128": "velantro128.png"
    }
}