Click-to-dial

Click-to-dial extensie voor online hosted telefooncentrale

Cos'è Click-to-dial?

Click-to-dial è un'estensione di Chrome sviluppata da Digifoon Group BV, e la sua funzione principale è "Click-to-dial extensie voor online hosted telefooncentrale".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Click-to-dial

Scarica i file di estensione Click-to-dial in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Click2Dial is  de onmisbare plugin voor de moderne online hosted telefoniecentrale.
 
Bellen met 1 klik:
Deze plugin biedt Click to Dial functionaliteit met nummers op elke webpagina in de Chrome browser. Ook geschikt voor webbased CRM-systemen, webshops-software, ticketsystemen, Hosted Office, etc.
 
Nummers worden namen:
Er kan eenvoudig een naam worden gekoppeld aan een inkomend of uitgaand gesprek zodat bij een volgend gesprek ook de juiste naam wordt getoond.
 
Online telefoonboek:
Met Click2Dial kunnen contacten worden toegevoegd aan een online telefoonboek. Deze contacten kunnen worden gedeeld zodat ze bedrijfsbreed beschikbaar zijn of worden gekenmerkt als persoonlijk contact.  Het online telefoonboek kan worden gesynchroniseerd met Yealink IP telefoons.
 
Online status:
Via de collega’s tab is de beschikbaarheid van collega’s zichtbaar en kan een gesprek via de plugin met of zonder ruggespraak worden doorverbonden.
 
Om gebruik te maken van deze app, kunt u contact opnemen met de leverancier van uw Hosted VoIP telefooncentrale.                    

Informazioni di Base sull'Estensione

Nome Click-to-dial Click-to-dial
ID fcaogjloahcekdejkopjepdjinpngceh
URL Ufficiale https://chromewebstore.google.com/detail/click-to-dial/fcaogjloahcekdejkopjepdjinpngceh
Descrizione Click-to-dial extensie voor online hosted telefooncentrale
Dimensione del File 850 KB
Conteggio Installazioni 624
Versione Corrente 1.5.11
Ultimo Aggiornamento 2024-01-08
Data di Pubblicazione 2020-05-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Digifoon Group BV
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.callvoiptelefonie.nl/clicktodial
URL della Pagina di Aiuto http://www.simmpl.nl/downloads/Simmpl_snelstarthandleiding_ClicktoDial.pdf
Lingue Supportate nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click-to-dial",
    "short_name": "C2D",
    "manifest_version": 2,
    "description": "Click-to-dial extensie voor online hosted telefooncentrale",
    "version": "1.5.11",
    "background": {
        "scripts": [
            "index.js"
        ]
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_title": "Click-to-dial",
        "default_popup": "panel.html"
    },
    "permissions": [
        "https:\/\/realtime.api.kwebbl.net\/*",
        "https:\/\/api.click2dial.nl\/*",
        "https:\/\/c2d.qaller.net\/*",
        "",
        "contextMenus",
        "notifications",
        "storage",
        "alarms",
        "gcm"
    ],
    "commands": {
        "toggle-feature": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "Plaats een oproep dmv selecteren van tekst en vervolgens de hotkey te gebruiken."
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/unpkg.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "parser.js",
                "observer.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/api.click2dial.nl\/*",
                "https:\/\/c2d.qaller.net\/*"
            ],
            "js": [
                "sync.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "img\/inline-phone.png",
        "i18n\/en\/en.json",
        "i18n\/en\/whitelabel.json",
        "i18n\/nl\/nl.json",
        "i18n\/nl\/whitelabel.json"
    ]
}