Click2Dial - Snom

Dial the selected number using your Snom phone.

Click2Dial - Snom란 무엇입니까?

Click2Dial - Snom은(는) http://www.voicemailtel.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dial the selected number using your Snom phone."입니다.

확장 프로그램 스크린샷

screenshot

Click2Dial - Snom 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Click2Dial Chrome extension designed by VoiceMailTel comes to the aid of all Snom VoIP phone users that want to increase their productivity.

All Snom devices that support URL commands can be set up with this product.

After installing the extension all highlighted phone numbers from web pages can be called by right-clicking the highlighted number and selecting the Dial option.                    

확장 프로그램 기본 정보

이름 Click2Dial - Snom Click2Dial - Snom
ID aiolieodmdagnlgdamfdbnjdgfigajhj
공식 URL https://chrome.google.com/webstore/detail/click2dial-snom/aiolieodmdagnlgdamfdbnjdgfigajhj
설명 Dial the selected number using your Snom phone.
파일 크기 27.39 KB
설치 횟수 184
현재 버전 1.4.6
최근 업데이트 2015-11-18
출시 날짜 2015-11-18
평점 5.00/5 총 9 개의 평점
개발자 http://www.voicemailtel.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_appShortName__",
    "default_locale": "en",
    "version": "1.4.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/myscript.js"
            ],
            "css": [
                "css\/chrome_shared.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "storage"
    ]
}