Snom Direct Caller
Questa estensione permette di chiamare direttamente su un telefono snom.
What is Snom Direct Caller?
Snom Direct Caller is a Chrome extension developed by lucaboxx, and its main feature is "Questa estensione permette di chiamare direttamente su un telefono snom.".
Extension Screenshots
Download Snom Direct Caller Extension CRX File
Download Snom Direct Caller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
With Snom Direct Caller you have only to set your snom ip and lets you call a number directly from your browser, you can write the number in the extension or select a number in the page, right click and call!
Extension Basic Information
Name | Snom Direct Caller |
ID | meoinahljhhejhhidfohamnimaanigmp |
Official URL | https://chromewebstore.google.com/detail/snom-direct-caller/meoinahljhhejhhidfohamnimaanigmp |
Description | Questa estensione permette di chiamare direttamente su un telefono snom. |
File Size | 48.48 KB |
Installation Count | 67 |
Current Version | 2.0 |
Last Updated | 2018-03-22 |
Publish Date | 2018-03-22 |
Developer | lucaboxx |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snom Direct Caller", "description": "Questa estensione permette di chiamare direttamente su un telefono snom.", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "activeTab", "storage", "tabs", "http:\/\/192.168.2.56\/", "http:\/\/*\/" ], "options_page": "options.html", "background": { "scripts": [ "background.js", "jquery.js" ], "persistent": false }, "icons": { "16": "icon.png" } } |