ansitel Click-to-Dial

This plugin will call a selected number by clicking the right mouse button.

ansitel Click-to-Dialคืออะไร?

ansitel Click-to-Dial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ansitel.de และคุณลักษณะหลักของมันคือ "This plugin will call a selected number by clicking the right mouse button."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ansitel Click-to-Dial

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

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

                        Click-to-Dial Plugin für ansitel VoIP-Telefonanlagen zum Markieren und Wählen von Rufnummern in Google Chrome und Chromium Browsern.                    

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

ชื่อ ansitel Click-to-Dial ansitel Click-to-Dial
ID mdhpfilomgiedndngjhnpnkpelcfjnke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ansitel-click-to-dial/mdhpfilomgiedndngjhnpnkpelcfjnke
คำอธิบาย This plugin will call a selected number by clicking the right mouse button.
ขนาดไฟล์ 138 KB
จำนวนการติดตั้ง 588
เวอร์ชันปัจจุบัน 1.6.1
อัปเดตครั้งล่าสุด 2022-08-16
วันที่เผยแพร่ 2020-01-07
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.ansitel.de
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.ansitel.de/support50/plugins/#click-to-dial-plugin-fur-google-chrome
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "default_locale": "de",
    "version": "1.6.1",
    "permissions": [
        "contextMenus",
        "background"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "dialnumber.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.3.2.min.js",
                "tellinks.js"
            ]
        }
    ],
    "manifest_version": 2
}