Vialer

Click-to-Dial, status updates and queue monitoring

Τι είναι το Vialer;

Το Vialer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.voipgrid.nl, και η κύρια λειτουργία του είναι "Click-to-Dial, status updates and queue monitoring".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Vialer

Λήψη αρχείων επέκτασης Vialer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The VoIPGRID Plugin brings Click-to-Dial, availability management and queue monitoring to your browser!

End users of the VoIPGRID platform can use this plugin.

Click to Dial:
Recognize phone numbers in websites and call them by clicking our special phone icon using your VoIP desk phone or soft client.

Availability:
Do you want to easily transfer incoming calls to your mobile phone or take a break from taking calls instead? Toggle your availability in your browser.

Colleagues:
With the status viewer you can easily see if your colleagues are busy or not. This feature is similar to the Busy-Lamp-Field functionality on the attendant console for your phone.
You can search by name or extension and of course, dial instantly. The colors change from green (available) to red (busy). When ringing it is also red but blinking as well.

Queue monitoring:
Are you using queues? This plugin can tell exactly how many people are waiting in any queues you have.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Vialer Vialer
ID eadmnmeebenjobnopaaoemfoafpimdhg
Επίσημο URL https://chromewebstore.google.com/detail/vialer/eadmnmeebenjobnopaaoemfoafpimdhg
Περιγραφή Click-to-Dial, status updates and queue monitoring
Μέγεθος Αρχείου 384 KB
Αριθμός Εγκαταστάσεων 6,065
Τρέχουσα Έκδοση 2.2.1
Τελευταία Ενημέρωση 2018-05-22
Ημερομηνία Δημοσίευσης 2018-05-22
Αξιολόγηση 4.67/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://www.voipgrid.nl
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.voipgrid.nl
Διεύθυνση URL της Σελίδας Βοήθειας http://wiki.voipgrid.nl/index.php/Chrome_plugin
Υποστηριζόμενες Γλώσσες en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Devhouse Spindle",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "img\/icon-contextmenu.png",
        "32": "img\/logo-32.png",
        "64": "img\/logo-64.png",
        "128": "img\/logo-128.png"
    },
    "browser_action": {
        "default_icon": {
            "22": "img\/icon-menubar-inactive.png"
        },
        "default_popup": "index.html",
        "default_title": "Vialer"
    },
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/webext_bg.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*",
        "contextMenus",
        "notifications",
        "storage",
        "tabs",
        "https:\/\/partner.voipgrid.nl\/"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/webext_tab.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/webext_observer.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "webext_options.html",
        "chrome_style": false
    },
    "web_accessible_resources": [
        "img\/*.png",
        "css\/*.css",
        "webext_callstatus.html",
        "js\/*.map"
    ],
    "default_locale": "en",
    "name": "Vialer",
    "homepage_url": "https:\/\/wiki.voipgrid.nl\/index.php\/Browser_Plugins",
    "version": "2.2.1"
}