Magnet Talk Cloud Extension

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

Hvad er Magnet Talk Cloud Extension?

Magnet Talk Cloud Extension er en Chrome-udvidelse udviklet af MDS Gateways, og dens hovedfunktion er "Used with your Magnet Talk Cloud PBX to receive call-, voicemail- and chat messages, and Click2Dial from any webpage.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Magnet Talk Cloud Extension-udvidelses-CRX-fil

Download Magnet Talk Cloud Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Magnet Talk 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 Talk 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                    

Grundlæggende oplysninger om udvidelsen

Navn Magnet Talk Cloud Extension Magnet Talk Cloud Extension
ID pegaghbaogfjbgpbljopjdffbaflgblc
Officiel URL https://chromewebstore.google.com/detail/magnet-talk-cloud-extensi/pegaghbaogfjbgpbljopjdffbaflgblc
Beskrivelse Used with your Magnet Talk Cloud PBX to receive call-, voicemail- and chat messages, and Click2Dial from any webpage.
Filstørrelse 6.68 MB
Antal Installationer 405
Nuværende Version 5.1
Senest Opdateret 2021-10-03
Udgivelsesdato 2019-10-03
Udvikler MDS Gateways
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://www.mdsgateways.com/privacypolicy/softphone.html
Understøttede Sprog de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Magnet Talk Cloud Extension",
    "short_name": "Magnet Talk",
    "description": "__MSG_extDescriptionMagnetTalk__",
    "version": "5.1.0",
    "version_name": "5.1",
    "homepage_url": "http:\/\/www.magnetnetworks.com",
    "author": "mailto:[email protected]?subject=Chrome%20Extension%205.1.0%20Feedback",
    "icons": {
        "16": "\/dist\/magnettalk\/logo16.png",
        "32": "\/dist\/magnettalk\/logo32.png",
        "48": "\/dist\/magnettalk\/logo48.png",
        "64": "\/dist\/magnettalk\/logo64.png",
        "128": "\/dist\/magnettalk\/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:\/\/*.magnetnetworks.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:\/\/*.magnettalk.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\/magnettalk\/icon48gray.png"
        },
        "default_title": "Magnet Talk Cloud Extension - __MSG_extDefaultTitle__",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "\/dist\/magnettalk\/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__"
        }
    }
}