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
Eメール [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"
    }
}