Verbonden BV

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

Co je Verbonden BV?

Verbonden BV je rozšíření Chrome vyvinuté https://verbonden.nl, a jeho hlavní funkcí je „Chrome extension for Click-to-Dial, status updates and queue monitoring“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Verbonden BV

Stáhněte si soubory rozšíření Verbonden BV ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Verbonden BV Verbonden BV
ID ikhccifnphcmbipcpamfkndilknleoll
Oficiální URL https://chromewebstore.google.com/detail/verbonden-bv/ikhccifnphcmbipcpamfkndilknleoll
Popis Chrome extension for Click-to-Dial, status updates and queue monitoring
Velikost souboru 1.61 MB
Počet instalací 124
Aktuální Verze 1.4
Poslední Aktualizace 2014-12-02
Datum Vydání 2014-12-02
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://verbonden.nl
Typ Platby free
Webové stránky Rozšíření https://verbonden.nl/
URL Stránky Nápovědy https://verbonden.nl/support/
Podporované Jazyky 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"
}