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