Vodafone Relate Cloud Extension

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

Vodafone Relate Cloud Extensionคืออะไร?

Vodafone Relate Cloud Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MDS Gateways และคุณลักษณะหลักของมันคือ "Used with your Vodafone Relate Cloud PBX to receive call-, voicemail- and chat messages, and Click2Dial from any webpage."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vodafone Relate Cloud Extension

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

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

                        Used with your Vodafone Relate Cloud PBX to receive call-, voicemail- and chat messages, and Click2Dial from any webpage.
Vodafone Relate 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
- View Recent calls
- Link to Vodafone Relate HomePage
- Link to the Help
- Link to the Options web page  (This allows you to change setting see Options below)

Click To Dial:
- Point to any Phone Number and then click on the pop-up box.
Or 
- 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
4.6
webRTCIPHandlingPolicy flag set to 'default_public_interface_only' to improve ice candidate gathering
4.7
bug fix for 'Display a notification for incoming chat messages' checkbox in options not appearing
new check box in options to enable side bar [default is off]
4.8 
Answer and chat focus (notifications) for webphone
5.0 
Bug fixes for, showing chat, showing correct portal frame and opening new tab on specified frames. 
Fix for diversion speed dials (now have # added in storage) new speed dial layout in local storage. 
Fix for dial from clipboard.                    

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

ชื่อ Vodafone Relate Cloud Extension Vodafone Relate Cloud Extension
ID nmiealngeabiblcioefdcinjppmfgilb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vodafone-relate-cloud-ext/nmiealngeabiblcioefdcinjppmfgilb
คำอธิบาย Used with your Vodafone Relate Cloud PBX to receive call-, voicemail- and chat messages, and Click2Dial from any webpage.
ขนาดไฟล์ 5.54 MB
จำนวนการติดตั้ง 112
เวอร์ชันปัจจุบัน 5.0
อัปเดตครั้งล่าสุด 2021-02-16
วันที่เผยแพร่ 2020-03-06
ผู้พัฒนา MDS Gateways
อีเมล [email protected]
ประเภทการชำระเงิน free
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": "Vodafone Relate Cloud Extension",
    "short_name": "VF Relate",
    "description": "__MSG_extDescriptionVodafone__",
    "version": "5.0.2",
    "version_name": "5.0",
    "homepage_url": "https:\/\/www.vodafonerelate.com\/",
    "author": "mailto:[email protected]?subject=Chrome%20Extension%205.0.2%20Feedback",
    "icons": {
        "16": "\/dist\/vodafone\/logo16.png",
        "32": "\/dist\/vodafone\/logo32.png",
        "48": "\/dist\/vodafone\/logo48.png",
        "64": "\/dist\/vodafone\/logo64.png",
        "128": "\/dist\/vodafone\/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:\/\/*.vodafone-relate.com; 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:\/\/*.vodafone-relate.com\/*"
            ],
            "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\/vodafone\/icon48gray.png"
        },
        "default_title": "Vodafone Relate Cloud Extension - __MSG_extDefaultTitle__",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "\/dist\/vodafone\/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__"
        }
    }
}