GCF Dialer

Web phone dialer allows you to call phone numbers from any webpage.

GCF Dialer란 무엇입니까?

GCF Dialer은(는) https://globalcallforwarding.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web phone dialer allows you to call phone numbers from any webpage."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

GCF Dialer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This web phone dialer is designed to help busy professionals and sales people to quickly dial a phone number on a web page directly from the browser they use.  

Our dialer is capable of utilizing both VoIP/SIP protocol using your computer's microphone and speakers (coming soon) as well as PSTN networks (currently active and available) to initiate calls from any web page.

User will need to obtain and enter the specific account credentials from Global Call Forwarding in the settings page and successfully authenticate it prior to using it.
Users can initiate calls by highlighting a phone number on the web page and then right click and selecting it from the drop down menu or directly entering a phone number in our web dialer (click on the extension icon at the right upper corner to open our dialer). Please make sure that you select a phone number that has either + in front of the country code or has the proper country code prefix and that there are no local dialing digits in the middle, which could result in error messages.
We hope our dialer will help you make many successful business calls. 

Global Call Forwarding / United World Telecom                    

확장 프로그램 기본 정보

이름 GCF Dialer GCF Dialer
ID gnfjeeifejjdcpjijeggdaogpjejjmef
공식 URL https://chromewebstore.google.com/detail/gcf-dialer/gnfjeeifejjdcpjijeggdaogpjejjmef
설명 Web phone dialer allows you to call phone numbers from any webpage.
파일 크기 52.8 KB
설치 횟수 91
현재 버전 1.1
최근 업데이트 2019-12-06
출시 날짜 2019-12-06
평점 5.00/5 총 2 개의 평점
개발자 https://globalcallforwarding.com
결제 유형 free
확장 프로그램 웹 사이트 https://www.globalcallforwarding.com/
도움말 페이지 URL https://www.globalcallforwarding.com/faq/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GCF Dialer",
    "version": "1.1",
    "description": "Web phone dialer allows you to call phone numbers from any webpage.",
    "permissions": [
        "contextMenus",
        "storage",
        "declarativeContent",
        "activeTab"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/gcf16.png",
            "32": "images\/gcf32.png",
            "48": "images\/gcf48.png",
            "128": "images\/gcf128.png"
        }
    },
    "icons": {
        "16": "images\/gcf16.png",
        "32": "images\/gcf32.png",
        "48": "images\/gcf48.png",
        "128": "images\/gcf128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}