CRM Integrator for hosted telephony

Control and Monitor your Cisco Broadworks telephone handset using your Chrome browser from a PC, Mac or Chromebook.

Τι είναι το CRM Integrator for hosted telephony;

Το CRM Integrator for hosted telephony είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mondago Ltd, και η κύρια λειτουργία του είναι "Control and Monitor your Cisco Broadworks telephone handset using your Chrome browser from a PC, Mac or Chromebook.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CRM Integrator for hosted telephony

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

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

                        Control and Monitor your Cisco BroadWorks telephone handset using your Chrome browser from a PC, Mac or Chromebook.
Integrate with popular CRM systems and control and monitor your hosted telephony handset using your Chrome browser from a PC, Mac or Chromebook. Get notified of new calls, including the caller's name, and quickly answer the call even when your browser is minimised.

Features include: 
Call control of our handset including answer, hang up, hold, transfer, pickup and make call Integration with many popular CRMs providing caller preview, contact popping, address book search and click to dial.

Call history, call settings, directory integration

The extension is designed for use with the Cisco BroadWorks hosted telephony platform.                    

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

Όνομα CRM Integrator for hosted telephony CRM Integrator for hosted telephony
ID cmldlhgkbcdnjfpckeeajjmnkjdfjlik
Επίσημο URL https://chromewebstore.google.com/detail/crm-integrator-for-hosted/cmldlhgkbcdnjfpckeeajjmnkjdfjlik
Περιγραφή Control and Monitor your Cisco Broadworks telephone handset using your Chrome browser from a PC, Mac or Chromebook.
Μέγεθος Αρχείου 4.3 MB
Αριθμός Εγκαταστάσεων 2,741
Τρέχουσα Έκδοση 1.1.10.7676
Τελευταία Ενημέρωση 2022-09-30
Ημερομηνία Δημοσίευσης 2020-06-23
Αξιολόγηση 3.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Mondago Ltd
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://cara.gointegrator.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.gointegrator.com/page/17/123/uk
URL της Σελίδας Πολιτικής Απορρήτου http://mondago.com/policies?privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CRM Integrator for hosted telephony",
    "description": "Control and Monitor your Cisco Broadworks telephone handset using your Chrome browser from a PC, Mac or Chromebook.",
    "version": "1.1.10.7676",
    "permissions": [
        "tabs",
        "notifications",
        "background",
        "idle",
        "storage",
        "contextMenus",
        "identity"
    ],
    "optional_permissions": [
        "cookies",
        "*:\/\/*\/*"
    ],
    "background": {
        "page": "interface.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "img\/*"
    ],
    "browser_action": {
        "default_icon": "img\/states\/CircleGrey.png",
        "default_popup": "tray.html"
    },
    "oauth2": {
        "client_id": "278767860088-7gcjc2sevsqv5i8dh1c04833lit0a02b.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/contacts.readonly"
        ]
    }
}