Snom Direct Caller

Questa estensione permette di chiamare direttamente su un telefono snom.

什么是Snom Direct Caller?

Snom Direct Caller是由lucaboxx开发的Chrome扩展程序,该扩展的主要功能是“Questa estensione permette di chiamare direttamente su un telefono snom.”。

扩展截图

screenshot

下载Snom Direct Caller扩展crx文件

下载Snom Direct Caller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Snom Direct Caller Snom Direct Caller
ID meoinahljhhejhhidfohamnimaanigmp
官方URL https://chromewebstore.google.com/detail/snom-direct-caller/meoinahljhhejhhidfohamnimaanigmp
简介 Questa estensione permette di chiamare direttamente su un telefono snom.
文件大小 48.48 KB
安装次数 67
当前版本 2.0
更新时间 2018-03-22
上架时间 2018-03-22
开发者 lucaboxx
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}