VIP VoIP Click To Dial Extension

Provides click to dial functionality for a VIP VoIP customer.

Wat is VIP VoIP Click To Dial Extension?

VIP VoIP Click To Dial Extension is een Chrome-extensie ontwikkeld door VIP VoIP Ltd, en de belangrijkste functie is "Provides click to dial functionality for a VIP VoIP customer.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie VIP VoIP Click To Dial Extension

Download VIP VoIP Click To Dial Extension-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

                        This extension provides click to dial functionality for VIP VoIP users.                    

Basisinformatie over de Extensie

Naam VIP VoIP Click To Dial Extension VIP VoIP Click To Dial Extension
ID melhfihkjcojmhoigeacinafnbeidjbm
Officiële URL https://chromewebstore.google.com/detail/vip-voip-click-to-dial-ex/melhfihkjcojmhoigeacinafnbeidjbm
Beschrijving Provides click to dial functionality for a VIP VoIP customer.
Bestandsgrootte 1.4 MB
Aantal Installaties 155
Huidige Versie 1.24
Laatst Bijgewerkt 2023-07-26
Publicatiedatum 2020-05-30
Ontwikkelaar VIP VoIP Ltd
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.vipvoip.co.uk
URL van de Privacybeleid Pagina https://www.vipvoip.co.uk/privacy-policy
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VIP VoIP Click To Dial Extension",
    "description": "Provides click to dial functionality for a VIP VoIP customer.",
    "version": "1.24",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon128.png",
                "icon28.png",
                "telephone-svgrepo-com.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "background",
        "storage",
        "notifications"
    ],
    "icons": {
        "128": "icon128.png"
    }
}