Real Softphone

Enable click-to-call from Chrome (with Real Softphone)

Real Softphoneคืออะไร?

Real Softphone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.realsoftphone.com และคุณลักษณะหลักของมันคือ "Enable click-to-call from Chrome (with Real Softphone)"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Real Softphone Chrome Extension provides Click-to-Call functionality to the Real Softphone app (for Chrome WebRTC and Windows).


Enjoy the experience of mobility with the Real Softphone.
The freedom of taking your home or business phone service with you on the go.

The Real Softphone is easy to use and works great as an extension to your home or business phone service.

Check out the great features of the Real Softphone:

* Background support, with status bar notification (check email or do other tasks while on a call)

* Bluetooth (headset) support

* Detailed call history

* ... and more!


The Real Softphone can be used exclusively with:
  * VoIP Much Phone Company
  * VBuzzer
  * 5 Buck Phone Company                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Real Softphone Real Softphone
ID ppojkpckimecefpcdjlplajeecdnafan
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/real-softphone/ppojkpckimecefpcdjlplajeecdnafan
คำอธิบาย Enable click-to-call from Chrome (with Real Softphone)
ขนาดไฟล์ 21.4 KB
จำนวนการติดตั้ง 490
เวอร์ชันปัจจุบัน 2.22
อัปเดตครั้งล่าสุด 2021-11-03
วันที่เผยแพร่ 2020-06-20
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.realsoftphone.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.realsoftphone.com
URL หน้าช่วยเหลือ https://support.realsoftphone.com/Main/
URL หน้านโยบายความเป็นส่วนตัว https://www.realsoftphone.com/privacy-policy.asp
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "image-to-grayscale.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "intercept.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "ipc-bridge.js"
            ],
            "matches": [
                "https:\/\/real.cloudsoftphone.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Enable click-to-call from Chrome (with Real Softphone)",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "Real Softphone",
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "2.22",
    "web_accessible_resources": [
        "ipc-bridge-init.js",
        "icon.png"
    ]
}