VitelGlobal Browser Plugin

click-to-dial

Was ist VitelGlobal Browser Plugin?

VitelGlobal Browser Plugin ist eine Chrome-Erweiterung, die von https://www.vitelglobal.com entwickelt wurde, und ihr Hauptmerkmal ist "click-to-dial".

Erweiterungsscreenshots

screenshot

VitelGlobal Browser Plugin-Erweiterungs-CRX-Datei herunterladen

Laden Sie VitelGlobal Browser Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Vitel Global Communications LLC,
 Vitel Global Click to Call integrates your Chrome Browser and allows you to call any phone number that appears on a web page just by clicking it.

The setup is very simple. You need install it and a small icon will appear next to the address bar. By clicking on it you need to enable and update the user domain and extension. Once this is done, you can click on any phone number you see on the screen to start making a call.

You know how important Click to call plugin is as now days every business is entirely depend on the digital technology which not only eases your calling efficiency but saves time and increase the workforce productivity.                    

Grundlegende Informationen zur Erweiterung

Name VitelGlobal Browser Plugin VitelGlobal Browser Plugin
ID balmmdlcpdhekbmaflhciacjfffidjch
Offizielle URL https://chromewebstore.google.com/detail/vitelglobal-browser-plugi/balmmdlcpdhekbmaflhciacjfffidjch
Beschreibung click-to-dial
Dateigröße 19.26 KB
Installationsanzahl 232
Aktuelle Version 1.1
Letztes Update 2020-03-10
Veröffentlichungsdatum 2020-03-10
Entwickler https://www.vitelglobal.com
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VitelGlobal Browser Plugin",
    "version": "1.1",
    "description": "click-to-dial",
    "options_ui": {
        "page": "getnum.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "minimum_chrome_version": "10",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "vitelclicktocall.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "icon48.png"
    ],
    "permissions": [
        "storage"
    ]
}