Grandstream C2D Launcher

Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.

Grandstream C2D Launcherคืออะไร?

Grandstream C2D Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paul Sathapanachai และคุณลักษณะหลักของมันคือ "Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grandstream C2D Launcher

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

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

                        GS Click-to-Dial Launcher allows you to initiate the call from any web page just simply highlight the phone number on the screen and choose 'Start a Call' option from the right-click menu.

Basic IP and protocol settings are required before the initial use. Please go to option page to see more detail.                    

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

ชื่อ Grandstream C2D Launcher Grandstream C2D Launcher
ID nadifpclnhijmdnabnkgngillbjjpkkb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/grandstream-c2d-launcher/nadifpclnhijmdnabnkgngillbjjpkkb
คำอธิบาย Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.
ขนาดไฟล์ 48.2 KB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 1.0.0.0
อัปเดตครั้งล่าสุด 2019-07-01
วันที่เผยแพร่ 2019-06-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Paul Sathapanachai
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grandstream C2D Launcher",
    "description": "Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.",
    "version": "1.0.0.0",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        "contextMenus",
        "notifications"
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "icon_128.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/stackpath.bootstrapcdn.com https:\/\/code.jquery.com; object-src 'self'"
}