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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}