Simotel Click2dial chrome extension

Use context menu to call with Simotel

Simotel Click2dial chrome extensionคืออะไร?

Simotel Click2dial chrome extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nasim Telecom และคุณลักษณะหลักของมันคือ "Use context menu to call with Simotel"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simotel Click2dial chrome extension

ดาวน์โหลดไฟล์ส่วนขยาย Simotel Click2dial chrome extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Simotel Click2Dial chrome extension provide a simple way to send phone numbers to Simotel client apps.
How to use: Select the any phone number you wish to call in chrome tabs, open context menu by right click and finally click on Simotel icon, calls send to your Simotel apps.
Notice: This app is usable for Simotel PBX.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Simotel Click2dial chrome extension Simotel Click2dial chrome extension
ID bcmgcllckkknkmlkdlckejiedighncha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simotel-click2dial-chrome/bcmgcllckkknkmlkdlckejiedighncha
คำอธิบาย Use context menu to call with Simotel
ขนาดไฟล์ 105 KB
จำนวนการติดตั้ง 284
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2023-03-14
วันที่เผยแพร่ 2020-08-14
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Nasim Telecom
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://simotel.com/
URL หน้าช่วยเหลือ https://simotel.com/contact/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simotel Click2dial chrome extension",
    "description": "Use context menu to call with Simotel",
    "version": "2.0",
    "manifest_version": 2,
    "options_page": "index.html",
    "permissions": [
        "notifications",
        "contextMenus",
        "storage",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/simotel.js",
            "js\/background.js",
            "js\/jquery.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/simotel.js",
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "32": "images\/simotel32.png",
        "64": "images\/simotel64.png",
        "128": "images\/simotel128.png"
    }
}