Gigaset SIP Dialer

Simple right click to dial in Chrome context menu for Gigaset pc connected phones

Gigaset SIP Dialer란 무엇입니까?

Gigaset SIP Dialer은(는) Worcester Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple right click to dial in Chrome context menu for Gigaset pc connected phones"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Enables users with Gigaset Quicksync do right click and dial from Chrome. Installs a link in the context menu (or right click menu) of chrome. Just select the text, Right Click to Dial and your Sip software will do the rest.

Great for Gigaset Quicksync phones. Any feedback greatly appreciated, its my first Extension so be kind!

Windows users will need to do the following:

Step 1. 

Download "Ian Sharp's" DialV4Beta1.zip found here: http://www.atrandom.iansharpe.com/phone-dial.php Extract dial.exe into the following folder. C:\Program Files\Dial\ Check to see if msvcr100.dll is located in C:\Windows\System32 If this file exists, move to Step 2. If the files does not exists, copy this file from the extracted files into C:\Windows\System32 directory and then move to Step 2.

Step 2. Using Note Pad, Create a file called sip.reg and copy the following lines into the file.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\sip]
"EditFlags"=hex:02,00,00,00
@="URL:Sip Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\sip\shell]

[HKEY_CLASSES_ROOT\sip\shell\open]

[HKEY_CLASSES_ROOT\sip\shell\open\command]
@="\"C:\\Program Files\\Dial\\dial.exe\" \"%1\""

This creates the link between the Chrome Extension and Dialer.exe present in Windows 7.                    

확장 프로그램 기본 정보

이름 Gigaset SIP Dialer Gigaset SIP Dialer
ID codofhkampenfahgphjjfgafkpjmgglo
공식 URL https://chromewebstore.google.com/detail/gigaset-sip-dialer/codofhkampenfahgphjjfgafkpjmgglo
설명 Simple right click to dial in Chrome context menu for Gigaset pc connected phones
파일 크기 16.57 KB
설치 횟수 225
현재 버전 0.1
최근 업데이트 2014-04-24
출시 날짜 2014-04-24
평점 4.14/5 총 7 개의 평점
개발자 Worcester Apps
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "description": "Simple right click to dial in Chrome context menu for Gigaset pc connected phones",
    "icons": {
        "128": "img\/ChromeExtension128.png",
        "16": "img\/16.png",
        "19": "img\/19.png",
        "48": "img\/48.png"
    },
    "manifest_version": 2,
    "name": "Gigaset SIP Dialer",
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1"
}