Verbonden BV

Chrome extension for Click-to-Dial, status updates and queue monitoring

What is Verbonden BV?

Verbonden BV is a Chrome extension developed by https://verbonden.nl, and its main feature is "Chrome extension for Click-to-Dial, status updates and queue monitoring".

Extension Screenshots

screenshot

Download Verbonden BV Extension CRX File

Download Verbonden BV 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

                        De Verbonden Plugin voegt klik&bel, statusupdate en wachtrij monitoring toe aan je browser! Klanten van Verbonden kunnen gratis gebruik maken van deze plugin. Zie voor meer informatie https://verbonden.nl/

Klik en Bel:
Telefoonnummers worden herkent en je kunt deze aanklikken waarna je VoIP telefoon of softclient automatisch naar het nummer gaat bellen!

Statusupdate:
Wil je binnenkomende gesprekken eenvoudig door kunnen schakelen naar je mobiele telefoon? Of juist even niet bereikbaar zijn? Je regelt het allemaal vanuit jouw Chrome browser. 

Wachtrij monitoring:
Gebruik je binnen jouw organisatie wachtrijen? Dan geeft de plugin inzicht in het aantal wachtenden in de verschillende wachtrijen.                    

Extension Basic Information

Name Verbonden BV Verbonden BV
ID ikhccifnphcmbipcpamfkndilknleoll
Official URL https://chromewebstore.google.com/detail/verbonden-bv/ikhccifnphcmbipcpamfkndilknleoll
Description Chrome extension for Click-to-Dial, status updates and queue monitoring
File Size 1.61 MB
Installation Count 124
Current Version 1.4
Last Updated 2014-12-02
Publish Date 2014-12-02
Rating 5.00/5 Total 1 Ratings
Developer https://verbonden.nl
Payment Type free
Extension Website https://verbonden.nl/
Help Page URL https://verbonden.nl/support/
Supported Languages en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Verbonden BV",
    "manifest_version": 2,
    "author": "Verbonden",
    "version": "1.4",
    "description": "__MSG_extDescription__",
    "background": {
        "scripts": [
            "data\/assets\/lib\/jquery\/jquery.js",
            "lib\/api.js",
            "lib\/clicktodial.js",
            "lib\/main.js",
            "lib\/page.js",
            "lib\/panels.js",
            "lib\/translate.js",
            "lib\/timer.js",
            "lib\/sip.js",
            "lib\/storage.js",
            "lib\/sipml5\/release\/SIPml-api.js",
            "lib\/widgets\/availability.js",
            "lib\/widgets\/contacts.js",
            "lib\/widgets\/queues.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "data\/assets\/img\/call-gray-19.png",
            "38": "data\/assets\/img\/call-gray-38.png"
        },
        "default_title": "Verbonden",
        "default_popup": "data\/panel\/html\/panel.html"
    },
    "permissions": [
        "https:\/\/mijn.verbonden.nl\/",
        "*:\/\/*\/*",
        "contextMenus",
        "notifications",
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "data\/assets\/img\/call-green-16.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "data\/assets\/lib\/zepto\/zepto.min.js",
                "data\/clicktodial\/assets\/js\/clicktodial-contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "data\/assets\/lib\/zepto\/zepto.min.js",
                "data\/page\/assets\/js\/parsers\/dutch.js",
                "data\/page\/assets\/js\/walker.js",
                "data\/page\/assets\/js\/observer.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "options_page": "options\/options.html",
    "web_accessible_resources": [
        "data\/clicktodial\/assets\/img\/clicktodial.png",
        "data\/clicktodial\/html\/clicktodial.html",
        "data\/page\/assets\/css\/print.css"
    ],
    "default_locale": "en"
}