Neotel Click2Call

Google Chrome extension to access Neotel Click2Call functionality

Neotel Click2Callคืออะไร?

Neotel Click2Call เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Neotel และคุณลักษณะหลักของมันคือ "Google Chrome extension to access Neotel Click2Call functionality"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Neotel Click2Call

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

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

                        Extensión de Google Chrome que permite acceder a la funcionalidad de Click2Call de Neotel.

Configure la extensión con sus datos de acceso de agente y podrá enviar llamadas a su extensión con solo un clic. Además, podrá acceder a la web del agente mediante el enlace integrado en la propia extensión.                    

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

ชื่อ Neotel Click2Call Neotel Click2Call
ID npieilcapeiefegimjjlgfpeenciakdh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/neotel-click2call/npieilcapeiefegimjjlgfpeenciakdh
คำอธิบาย Google Chrome extension to access Neotel Click2Call functionality
ขนาดไฟล์ 1.71 MB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 2.0.0.1
อัปเดตครั้งล่าสุด 2024-02-07
วันที่เผยแพร่ 2020-05-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Neotel
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.neotel2000.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.neotel2000.com/politica-de-privacidad
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "action": {
        "default_icon": {
            "32": "images\/icon32.png"
        },
        "default_popup": "popup.html"
    },
    "commands": {
        "call_selection": {
            "description": "__MSG_commandCallDesc__",
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "MacCtrl+Shift+L"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "thirdParty\/jQuery-3.2.1\/jquery-3.2.1.min.js",
                "js\/n2k.js",
                "js\/call.js"
            ],
            "all_frames": true
        }
    ],
    "default_locale": "es",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "notifications",
        "scripting"
    ],
    "version": "2.0.0.1"
}