Right Click to Dial - SIP Dialer

Simple right click to dial for Chrome context menu

Right Click to Dial - SIP Dialer क्या है?

Right Click to Dial - SIP Dialer Worcester Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple right click to dial for Chrome context menu"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Right Click to Dial - SIP Dialer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Enables users with SIP dialing programs 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.                    

एक्सटेंशन की मूल जानकारी

नाम Right Click to Dial - SIP Dialer Right Click to Dial - SIP Dialer
ID nfhpoheacedogfbhmkpnljlkodfgmale
आधिकारिक URL https://chromewebstore.google.com/detail/right-click-to-dial-sip-d/nfhpoheacedogfbhmkpnljlkodfgmale
विवरण Simple right click to dial for Chrome context menu
फ़ाइल का आकार 26.04 KB
स्थापना संख्या 1,345
वर्तमान संस्करण 0.2
अंतिम अपडेट 2014-04-24
प्रकाशन तिथि 2014-04-24
रेटिंग 3.85/5 कुल 13 रेटिंग्स
डेवलपर Worcester Apps
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right Click to Dial - SIP Dialer",
    "icons": {
        "16": "img\/16.png",
        "19": "img\/19.png",
        "48": "img\/48.png",
        "128": "img\/ChromeExtension128.png"
    },
    "description": "Simple right click to dial for Chrome context menu",
    "version": "0.2",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}