MagnetVoice Cloud Extension

Used with your MagnetVoice Cloud PBX to receive call-, voicemail- and chat messages, and Click2Dial from any webpage.

MagnetVoice Cloud Extension란 무엇입니까?

MagnetVoice Cloud Extension은(는) https://magnetvoice.ie에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Used with your MagnetVoice Cloud PBX to receive call-, voicemail- and chat messages, and Click2Dial from any webpage."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

MagnetVoice Cloud Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Magnet Voice Cloud Extension.

Notifications: 
Receive pop-up notifications for 
- Incoming calls (with click to answer or reject), 
- Incoming Chat messages (with click to replay), 
- New Voice mail messages (with click to play the message). 
 
POPUP Menu
Clicking on the Browser icon will display the POPUP Menu. Which allows you to:
 
- Open Your Portal quickly (Open your Portal web page)
- Enter a number to Dial (enter a number using keypad or the on screen keypad and click the Dial button to make a call)
- Search for another user to dial and click the Dial button to make a call
- Search for another user and click the Chat button to make a Chat call.
- Use Quick Dial Keys
- Link to Magnet Voice HomePage
- Link to the Help
- Link to the Options web page  (This allows you to change setting see Options below)

Click To Dial:
- You can highlight any numbers on a web page and right click to dial them.
- Also there are short-cut keys to allow you to dial any number in your clipboard.

Options:
- You can turn on and off each of the types of notifications. 
- Option to Auto-Reject callers who do not show CLI.
- Option to Auto-Answer all incoming calls.
- Option to Set Forward to voice mail or set a type of DND when you PC becomes Locked.
- Edit Quick Dial Keys                    

확장 프로그램 기본 정보

이름 MagnetVoice Cloud Extension MagnetVoice Cloud Extension
ID ehiigddppaklkfbhangblmkmclhmkijg
공식 URL https://chromewebstore.google.com/detail/magnetvoice-cloud-extensi/ehiigddppaklkfbhangblmkmclhmkijg
설명 Used with your MagnetVoice Cloud PBX to receive call-, voicemail- and chat messages, and Click2Dial from any webpage.
파일 크기 6.66 MB
설치 횟수 260
현재 버전 5.0
최근 업데이트 2021-05-18
출시 날짜 2018-12-12
평점 5.00/5 총 1 개의 평점
개발자 https://magnetvoice.ie
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.magnet.ie
도움말 페이지 URL http://www.magnet.ie
개인정보 보호 정책 페이지 URL http://www.mdsgateways.com/privacypolicy/softphone.html
지원되는 언어 de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "MagnetVoice Cloud Extension",
    "short_name": "MagnetVoice",
    "description": "__MSG_extDescriptionMagnetVoice__",
    "version": "5.0.9",
    "version_name": "5.0",
    "homepage_url": "http:\/\/www.magnet.ie",
    "author": "mailto:[email protected]?subject=Chrome%20Extension%205.0.9%20Feedback",
    "icons": {
        "16": "\/dist\/magnetvoice\/logo16.png",
        "32": "\/dist\/magnetvoice\/logo32.png",
        "48": "\/dist\/magnetvoice\/logo48.png",
        "64": "\/dist\/magnetvoice\/logo64.png",
        "128": "\/dist\/magnetvoice\/logo128.png"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-l9jyTiBA1gxK49AAMA74GFI6uY8SDI9W2eUh1sZyzQ0=' https:\/\/*.magnetvoice.ie; object-src 'self'; child-src 'self';",
    "permissions": [
        "background",
        "notifications",
        "*:\/\/*\/*",
        "file:\/\/*\/*",
        "contextMenus",
        "tabs",
        "idle",
        "clipboardRead",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "privacy"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.magnetvoice.ie\/*"
            ],
            "js": [
                "jquery.js",
                "jsFrame.js",
                "libphonenumber\/libphonenumber-max.js",
                "popper\/popper.js",
                "popper\/popper-utils.js",
                "popper\/tooltip.js",
                "contentScript.js"
            ],
            "css": [
                "content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.mdspbx.com\/*"
            ],
            "js": [
                "jquery.js",
                "newTabContent.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "48": "\/dist\/mds\/icon48gray.png"
        },
        "default_title": "MagnetVoice Cloud Extension - __MSG_extDefaultTitle__",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "\/dist\/mds\/logo.svg",
        "images\/icons\/SVG\/call-button.svg",
        "jsFrame.js",
        "dist.js",
        "content-click2dial.js"
    ],
    "commands": {
        "Answer": {
            "suggested_key": {
                "default": "MediaNextTrack",
                "mac": "MediaNextTrack"
            },
            "global": true,
            "description": "__MSG_commandsAnswer__"
        },
        "Reject": {
            "suggested_key": {
                "default": "MediaPrevTrack",
                "mac": "MediaPrevTrack"
            },
            "global": true,
            "description": "__MSG_commandsReject__"
        },
        "Dial": {
            "suggested_key": {
                "default": "MediaPlayPause",
                "mac": "MediaPlayPause"
            },
            "global": true,
            "description": "__MSG_commandsDial__"
        },
        "Portal": {
            "suggested_key": {
                "default": "MediaStop",
                "mac": "MediaStop"
            },
            "global": true,
            "description": "__MSG_commandsPortal__"
        }
    }
}