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是由Paul Sathapanachai開發的Chrome擴展程式,該擴展的主要功能是“Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.”。

擴展截圖

screenshot
screenshot

下載Grandstream C2D Launcher擴展crx文件

下載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
官方網址 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'"
}