GCF Dialer

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

GCF Dialerคืออะไร?

GCF Dialer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://globalcallforwarding.com และคุณลักษณะหลักของมันคือ "Web phone dialer allows you to call phone numbers from any webpage."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GCF Dialer

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

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

                        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
}