Snom Direct Caller
Questa estensione permette di chiamare direttamente su un telefono snom.
Wat is Snom Direct Caller?
Snom Direct Caller is een Chrome-extensie ontwikkeld door lucaboxx, en de belangrijkste functie is "Questa estensione permette di chiamare direttamente su un telefono snom.".
Extensie Screenshots
Download het CRX-bestand van de extensie Snom Direct Caller
Download Snom Direct Caller-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | meoinahljhhejhhidfohamnimaanigmp |
| Officiële URL | https://chromewebstore.google.com/detail/snom-direct-caller/meoinahljhhejhhidfohamnimaanigmp |
| Beschrijving | Questa estensione permette di chiamare direttamente su un telefono snom. |
| Bestandsgrootte | 48.48 KB |
| Aantal Installaties | 67 |
| Huidige Versie | 2.0 |
| Laatst Bijgewerkt | 2018-03-22 |
| Publicatiedatum | 2018-03-22 |
| Ontwikkelaar | lucaboxx |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |