Click2Dial - Snom

Dial the selected number using your Snom phone.

Apa itu Click2Dial - Snom?

Click2Dial - Snom adalah ekstensi Chrome yang dikembangkan oleh http://www.voicemailtel.com, dan fitur utamanya adalah "Dial the selected number using your Snom phone.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Click2Dial - Snom

Unduh file ekstensi Click2Dial - Snom dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        The Click2Dial Chrome extension designed by VoiceMailTel comes to the aid of all Snom VoIP phone users that want to increase their productivity.

All Snom devices that support URL commands can be set up with this product.

After installing the extension all highlighted phone numbers from web pages can be called by right-clicking the highlighted number and selecting the Dial option.                    

Informasi Dasar Ekstensi

Nama Click2Dial - Snom Click2Dial - Snom
ID aiolieodmdagnlgdamfdbnjdgfigajhj
URL Resmi https://chrome.google.com/webstore/detail/click2dial-snom/aiolieodmdagnlgdamfdbnjdgfigajhj
Deskripsi Dial the selected number using your Snom phone.
Ukuran File 27.39 KB
Jumlah Instalasi 184
Versi Saat Ini 1.4.6
Terakhir Diperbarui 2015-11-18
Tanggal Publikasi 2015-11-18
Penilaian 5.00/5 Total 9 Penilaian
Pengembang http://www.voicemailtel.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_appShortName__",
    "default_locale": "en",
    "version": "1.4.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/myscript.js"
            ],
            "css": [
                "css\/chrome_shared.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "storage"
    ]
}