Gigaset SIP Dialer
Simple right click to dial in Chrome context menu for Gigaset pc connected phones
Vad är Gigaset SIP Dialer?
Gigaset SIP Dialer är en Chrome-tillägg utvecklad av Worcester Apps, och dess huvudfunktion är "Simple right click to dial in Chrome context menu for Gigaset pc connected phones".
Tilläggsskärmbilder
Ladda ner Gigaset SIP Dialer-förlängningens CRX-fil
Ladda ner Gigaset SIP Dialer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Gigaset SIP Dialer |
ID | codofhkampenfahgphjjfgafkpjmgglo |
Officiell webbadress | https://chromewebstore.google.com/detail/gigaset-sip-dialer/codofhkampenfahgphjjfgafkpjmgglo |
Beskrivning | Simple right click to dial in Chrome context menu for Gigaset pc connected phones |
Filstorlek | 16.57 KB |
Antal Installationer | 225 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2014-04-24 |
Publiceringsdatum | 2014-04-24 |
Betyg | 4.14/5 Totalt 7 Betyg |
Utvecklare | Worcester Apps |
Betalningssätt | free |
Stödda Språk | 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" } |