Click-to-dial

Click-to-dial extensie voor online hosted telefooncentrale

What is Click-to-dial?

Click-to-dial is a Chrome extension developed by Digifoon Group BV, and its main feature is "Click-to-dial extensie voor online hosted telefooncentrale".

Extension Screenshots

screenshot

Download Click-to-dial Extension CRX File

Download Click-to-dial 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

                        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.                    

Extension Basic Information

Name Click-to-dial Click-to-dial
ID fcaogjloahcekdejkopjepdjinpngceh
Official URL https://chromewebstore.google.com/detail/click-to-dial/fcaogjloahcekdejkopjepdjinpngceh
Description Click-to-dial extensie voor online hosted telefooncentrale
File Size 850 KB
Installation Count 624
Current Version 1.5.11
Last Updated 2024-01-08
Publish Date 2020-05-28
Rating 5.00/5 Total 2 Ratings
Developer Digifoon Group BV
Email [email protected]
Payment Type free
Extension Website https://www.callvoiptelefonie.nl/clicktodial
Help Page URL http://www.simmpl.nl/downloads/Simmpl_snelstarthandleiding_ClicktoDial.pdf
Supported Languages 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"
    ]
}