Real Softphone

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

Real Softphone क्या है?

Real Softphone https://www.realsoftphone.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enable click-to-call from Chrome (with Real Softphone)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Real Softphone एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}