Dialer

Dialer for Google Hangouts - Click to Call any number!

什麼是Dialer?

Dialer是由Zoqui & Zoqui開發的Chrome擴展程式,該擴展的主要功能是“Dialer for Google Hangouts - Click to Call any number!”。

擴展截圖

screenshot

下載Dialer擴展crx文件

下載Dialer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Do you want to call land lines and mobile for FREE?! (US and Canada) 

Install Dialer, and voilá!

Dialer is a Google Chrome Extension which provides a simple, easy, fast and cheap way to make phone calls throught Google Hangouts.

You can type the phone digits or select them from any web page.                    

擴展基本資訊

名稱 Dialer Dialer
ID cebflmlebmjjbdclelkjbcmepkejmcnp
官方網址 https://chromewebstore.google.com/detail/dialer/cebflmlebmjjbdclelkjbcmepkejmcnp
簡介 Dialer for Google Hangouts - Click to Call any number!
檔案大小 148 KB
安裝次數 570
目前版本 1.02
更新時間 2019-10-06
上架時間 2019-10-06
評分 3.25/5 共 4 次評分
開發者 Zoqui & Zoqui
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.02",
    "name": "Dialer",
    "description": "Dialer for Google Hangouts - Click to Call any number!",
    "icons": {
        "16": "images\/callme_white_16.png",
        "48": "images\/callme_white_48.png",
        "128": "images\/callme_white_128.png"
    },
    "browser_action": {
        "default_icon": "images\/callme_white_600.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/hangouts.google.com\/*"
            ],
            "js": [
                "context.js"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+A",
                "mac": "Command+Shift+A",
                "chromeos": "Ctrl+Shift+A",
                "linux": "Ctrl+Shift+A"
            }
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "https:\/\/hangouts.google.com\/*",
        "tabs",
        "contextMenus"
    ]
}