Verbonden BV

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

Cos'è Verbonden BV?

Verbonden BV è un'estensione di Chrome sviluppata da https://verbonden.nl, e la sua funzione principale è "Chrome extension for Click-to-Dial, status updates and queue monitoring".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Verbonden BV

Scarica i file di estensione Verbonden BV 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Verbonden BV Verbonden BV
ID ikhccifnphcmbipcpamfkndilknleoll
URL Ufficiale https://chromewebstore.google.com/detail/verbonden-bv/ikhccifnphcmbipcpamfkndilknleoll
Descrizione Chrome extension for Click-to-Dial, status updates and queue monitoring
Dimensione del File 1.61 MB
Conteggio Installazioni 124
Versione Corrente 1.4
Ultimo Aggiornamento 2014-12-02
Data di Pubblicazione 2014-12-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://verbonden.nl
Tipo di Pagamento free
Sito Web dell'Estensione https://verbonden.nl/
URL della Pagina di Aiuto https://verbonden.nl/support/
Lingue Supportate 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"
}