Cisco Dialer (Beta)

Let your Cisco phone dial a number by the click of a button right within your Google Contacts or any site you visit.

Τι είναι το Cisco Dialer (Beta);

Το Cisco Dialer (Beta) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Chris, και η κύρια λειτουργία του είναι "Let your Cisco phone dial a number by the click of a button right within your Google Contacts or any site you visit.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Cisco Dialer (Beta)

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

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

                        Note: This is the beta version of the Cisco Dialer Extension!

Cisco Dialer adds a little phone icon behind every phone number within your Google Contacts to quickly dial a number on your Cisco based IP phone. The new version also supports dialing from any site, the context menu or the omnibox.

Just open the extension settings and add the address of your phone. Now open Google Mail and select Contacts. Select a contact and hover over a phone entry. You should now see a little phone icon. Click on it and your phone should start dialing the number. If you activate the option to make any number dialable on any site then you can hover over any supported number and a dial button should appear right next to the number. If you click on it your phone starts to dial.

Have Fun!

Tested with the Cisco SPA500 Series IP Phones but should also work on other Cisco IP based phones.                    

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

Όνομα Cisco Dialer (Beta) Cisco Dialer (Beta)
ID bemkphgkamhbplojfkjeikoiagmkbfhk
Επίσημο URL https://chromewebstore.google.com/detail/cisco-dialer-beta/bemkphgkamhbplojfkjeikoiagmkbfhk
Περιγραφή Let your Cisco phone dial a number by the click of a button right within your Google Contacts or any site you visit.
Μέγεθος Αρχείου 172 KB
Αριθμός Εγκαταστάσεων 1,156
Τρέχουσα Έκδοση 1.2.3 beta
Τελευταία Ενημέρωση 2015-12-01
Ημερομηνία Δημοσίευσης 2015-12-01
Αξιολόγηση 4.63/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής Chris
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://goo.gl/6X9aLi
Διεύθυνση URL της Σελίδας Βοήθειας http://goo.gl/QymxM4
Υποστηριζόμενες Γλώσσες de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "Cisco Dialer",
    "description": "__MSG_extension_description__",
    "version": "1.2.3",
    "version_name": "1.2.3 beta",
    "minimum_chrome_version": "28",
    "author": "Christian Volmering ",
    "default_locale": "en",
    "icons": {
        "16": "\/images\/cisco_dialer_icon_16px.png",
        "48": "\/images\/cisco_dialer_icon_48px.png",
        "128": "\/images\/cisco_dialer_icon_128px.png"
    },
    "omnibox": {
        "keyword": "dial"
    },
    "options_page": "\/pages\/cisco_dialer_config.htm",
    "options_ui": {
        "page": "\/pages\/cisco_dialer_config.htm",
        "chrome_style": false
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/www.google.com\/contacts\/*",
                "*:\/\/www.google.de\/contacts\/*"
            ],
            "js": [
                "\/scripts\/cisco_dialer_sjcl.js",
                "\/scripts\/cisco_dialer_phone.js",
                "\/scripts\/cisco_dialer_classes.js",
                "\/scripts\/cisco_dialer_contacts.js"
            ],
            "css": [
                "\/styles\/cisco_dialer_contacts.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/scripts\/cisco_dialer_sjcl.js",
                "\/scripts\/cisco_dialer_phone.js",
                "\/scripts\/cisco_dialer_classes.js",
                "\/scripts\/cisco_dialer_tooltip.js",
                "\/scripts\/cisco_dialer_content.js"
            ],
            "css": [
                "\/styles\/cisco_dialer_tooltip.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "\/scripts\/cisco_dialer_sjcl.js",
            "\/scripts\/cisco_dialer_phone.js",
            "\/scripts\/cisco_dialer_classes.js",
            "\/scripts\/cisco_dialer_event.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/images\/cisco_dialer_icon_dial.png",
        "\/images\/cisco_dialer_icon_content.png",
        "\/images\/cisco_dialer_icon_hover.png"
    ]
}