Click2Dial - Snom

Dial the selected number using your Snom phone.

ما هو Click2Dial - Snom؟

Click2Dial - Snom هو إضافة Chrome تم تطويرها بواسطة http://www.voicemailtel.com، والميزة الرئيسية لها هي "Dial the selected number using your Snom phone.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Click2Dial - Snom

قم بتنزيل ملفات الامتداد Click2Dial - Snom بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Click2Dial - Snom Click2Dial - Snom
ID aiolieodmdagnlgdamfdbnjdgfigajhj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/click2dial-snom/aiolieodmdagnlgdamfdbnjdgfigajhj
الوصف Dial the selected number using your Snom phone.
حجم الملف 27.39 KB
عدد التثبيتات 184
النسخة الحالية 1.4.6
آخر تحديث 2015-11-18
تاريخ النشر 2015-11-18
تقييم 5.00/5 مجموع تقييمات 9
المطور http://www.voicemailtel.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}