VoiceMpower 'Click to Call' Extension

Converts phone numbers in any web page into 'click to call' links, using your Asterisk's PBX extension.

VoiceMpower 'Click to Call' Extension란 무엇입니까?

VoiceMpower 'Click to Call' Extension은(는) https://www.voicempower.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts phone numbers in any web page into 'click to call' links, using your Asterisk's PBX extension."입니다.

확장 프로그램 스크린샷

screenshot

VoiceMpower 'Click to Call' Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The 'VoiceMpower 'Click to Call' extension adds 'click to call' capabilities to any web page.

It converts phone numbers in any web page into 'click to call' links.

Clicking on the phone links starts a new call, using 'Asterisk PBX' extension.

This extension requires FOP2 ( Flash Operator Panel 2, available at http://www.fop2.com ).

What's new in 1.0.16: Fixed popup window position for new Chrome version.

What's new in 1.0.15: Added LogOut button.

What's new in 1.0.14: WebSocket reloaded when settings changed. The settings saved after Chrome restart.

What's new in 1.0.13: Reload settings during extension startup.

What's new in 1.0.12: Websocket moved to background. Added colored icons which indicates about connection status.

What's new in 1.0.11: Websocket ping is on.

What's new in 1.0.10: Ping is off to minimize the server load. The notification fixes.

What's new in 1.0.9: Fix for the case when the FOP2 url is equal to the CDR-Reports URL.

What's new in 1.0.8: Added 'Dial' context menu for selected phone numbers.

What's new in 1.0.7: Removing fix for 'chrome.runtime' error.

What's new in 1.0.6: Fix 'chrome.runtime' error.

What's new in 1.0.5: Fix for notifications. Hide old notifications when call is answered or hanged.

What's new in 1.0.4: Added notifications for incoming calls.

What's new in 1.0.3: Updated 'click to call' function. Now the FOP2 dial without additional confirmation.

What's new in 1.0.2: Updated icons.

What's new in 1.0.1: Support for pages with postponed content loading.                    

확장 프로그램 기본 정보

이름 VoiceMpower 'Click to Call' Extension VoiceMpower 'Click to Call' Extension
ID hfdogdaeajhbahclajmbfbldffdefcgn
공식 URL https://chromewebstore.google.com/detail/voicempower-click-to-call/hfdogdaeajhbahclajmbfbldffdefcgn
설명 Converts phone numbers in any web page into 'click to call' links, using your Asterisk's PBX extension.
파일 크기 57.3 KB
설치 횟수 83
현재 버전 1.0.16
최근 업데이트 2021-06-09
출시 날짜 2020-07-01
평점 3.00/5 총 1 개의 평점
개발자 https://www.voicempower.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.voicempower.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/img\/tel-19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Converts phone numbers in any web page into 'click to call' links, using your Asterisk's PBX extension.",
    "icons": {
        "128": "assets\/img\/tel-128.png",
        "19": "assets\/img\/tel-19.png",
        "48": "assets\/img\/tel-48.png"
    },
    "manifest_version": 2,
    "name": "VoiceMpower 'Click to Call' Extension",
    "permissions": [
        "*:\/\/*\/*",
        "notifications",
        "tabs",
        "storage",
        "contextMenus"
    ],
    "version": "1.0.16",
    "web_accessible_resources": [
        "assets\/img\/tel-128.png",
        "assets\/img\/tel-128-red.png",
        "assets\/img\/tel-128-green.png",
        "assets\/img\/tel-19.png",
        "assets\/img\/tel-19-red.png",
        "assets\/img\/tel-19-green.png"
    ]
}