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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}