Cisco Dialer

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

Cisco Dialer란 무엇입니까?

Cisco Dialer은(는) Chris에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let your Cisco phone dial a number by the click of a button right within your Google Contacts."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Cisco Dialer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - - - 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"
    ]
}