Cisco Dialer

Let your Cisco phone dial a number by the click of a button right within your Google Contacts.

Τι είναι το Cisco Dialer;

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

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

screenshot
screenshot

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

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

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

                        - - - NEW - - -
If you're looking for in-page and context menu dial then try out the beta version here: http://goo.gl/HHM2EP
Please remove or disable the stable version if you want to use the beta!

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.

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.

Have Fun!

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

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

Όνομα Cisco Dialer Cisco Dialer
ID deelocceageedapbhbdepkcpdmlmoeog
Επίσημο URL https://chromewebstore.google.com/detail/cisco-dialer/deelocceageedapbhbdepkcpdmlmoeog
Περιγραφή Let your Cisco phone dial a number by the click of a button right within your Google Contacts.
Μέγεθος Αρχείου 50.85 KB
Αριθμός Εγκαταστάσεων 2,880
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2015-04-11
Ημερομηνία Δημοσίευσης 2015-04-11
Αξιολόγηση 4.41/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής 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__",
    "description": "__MSG_extension_description__",
    "version": "1.0.6",
    "minimum_chrome_version": "18",
    "author": "Christian Volmering ",
    "default_locale": "en",
    "icons": {
        "48": "\/images\/extension_icon_48.png",
        "128": "\/images\/extension_icon_128.png"
    },
    "options_page": "\/pages\/cisco_dialer_config.htm",
    "permissions": [
        "storage",
        "notifications",
        "*:\/\/mail.google.com\/*",
        "*:\/\/www.google.com\/contacts\/*",
        "*:\/\/www.google.de\/contacts\/*",
        "*:\/\/*\/CGI\/Execute"
    ],
    "optional_permissions": [
        "*:\/\/*\/CGI\/Execute"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/www.google.com\/contacts\/*",
                "*:\/\/www.google.de\/contacts\/*"
            ],
            "js": [
                "\/scripts\/cisco_dialer_sjcl.js",
                "\/scripts\/cisco_dialer_content.js"
            ],
            "css": [
                "\/styles\/cisco_dialer_content.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "\/scripts\/cisco_dialer_event.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/images\/dial_icon.png"
    ]
}