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
官方網址 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"
    }
}