Snom Direct Caller
Questa estensione permette di chiamare direttamente su un telefono snom.
Co to jest Snom Direct Caller?
Snom Direct Caller to rozszerzenie Chrome opracowane przez lucaboxx, a jego główną funkcją jest „Questa estensione permette di chiamare direttamente su un telefono snom.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Snom Direct Caller
Pobierz pliki rozszerzeń Snom Direct Caller w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Snom Direct Caller |
ID | meoinahljhhejhhidfohamnimaanigmp |
Oficjalny URL | https://chromewebstore.google.com/detail/snom-direct-caller/meoinahljhhejhhidfohamnimaanigmp |
Opis | Questa estensione permette di chiamare direttamente su un telefono snom. |
Rozmiar pliku | 48.48 KB |
Liczba instalacji | 67 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2018-03-22 |
Data Publikacji | 2018-03-22 |
Deweloper | lucaboxx |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |