Snom Direct Caller

Questa estensione permette di chiamare direttamente su un telefono snom.

Snom Direct Callerคืออะไร?

Snom Direct Caller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lucaboxx และคุณลักษณะหลักของมันคือ "Questa estensione permette di chiamare direttamente su un telefono snom."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snom Direct Caller

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}