Amiba Cloud Extension

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

Co je Amiba Cloud Extension?

Amiba Cloud Extension je rozšíření Chrome vyvinuté MDS Gateways, a jeho hlavní funkcí je „Used with your Amiba Cloud PBX to receive call-, voicemail- and chat messages, and Click2Dial from any webpage.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Amiba Cloud Extension

Stáhněte si soubory rozšíření Amiba Cloud Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Amiba 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 Amiba 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

What's New for 3.1 to 4.5:
- Fixed: Extension not handling the condition when a user has the DND option removed by the Admin.
- Fixed: Missed call and Voicemail badge location in the Popup.
- Fixed: Issue where Win 10 would only display an Incoming call Notification once.
- Fixed: Removed the requirement for Cookies in the manifest file.
- Fixed: Can close portal frame if portal frame has js error on it.

- Added: support for New one Click to Dial (without having to high-lite the number first)
- Added: Hook and sidebar with access to Portal as part of the embedded Context script
- Added: support for Menu in Sidebar to access your Video Meetings 
- Added: Position of hook stored.
- Added: Hook and SideBar portal frame cannot move off visible page (also for browser resize).
- Added: Login/logout and enabled/disable of extension dealt with better (i.e. the hook/frame + click2dial are all updated on already open tabs).
- Added: Improved hook sliding up/down.
- Added: Hook and SideBar portal frame are now displayed: fixed, which will keep them in place in the page scrolls.
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.
 5.5.1 
Bug fixes to not run click to dial on "textarea" html elements
Update to: Make video calls, removed storage permission and allow phase O and N to work
5.5.2
call/chat/video call notifications fixes                    

Základní Informace o Rozšíření

Název Amiba Cloud Extension Amiba Cloud Extension
ID ohmhhoabefeneakkjjdejkbhinhceaoi
Oficiální URL https://chromewebstore.google.com/detail/amiba-cloud-extension/ohmhhoabefeneakkjjdejkbhinhceaoi
Popis Used with your Amiba Cloud PBX to receive call-, voicemail- and chat messages, and Click2Dial from any webpage.
Velikost souboru 5.82 MB
Počet instalací 164
Aktuální Verze 5.5.2
Poslední Aktualizace 2024-01-04
Datum Vydání 2020-03-27
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář MDS Gateways
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.mdsamiba.com
URL Stránky Nápovědy http://www.mdsamiba.com/support.html
URL Stránky Zásad Ochrany Soukromí http://www.mdsgateways.com/privacypolicy/softphone.html
Podporované Jazyky de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Amiba Cloud Extension",
    "short_name": "Amiba",
    "description": "__MSG_extDescriptionMDS__",
    "version": "5.5.2",
    "version_name": "5.5.2",
    "homepage_url": "https:\/\/www.amibacom.com",
    "author": "mailto:[email protected]?subject=Chrome%20Extension%205.5.2%20Feedback",
    "icons": {
        "16": "\/dist\/mds\/logo16.png",
        "32": "\/dist\/mds\/logo32.png",
        "48": "\/dist\/mds\/logo48.png",
        "64": "\/dist\/mds\/logo64.png",
        "128": "\/dist\/mds\/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:\/\/*.mdspbx.com https:\/\/*.komu.fr https:\/\/*.magnettalk.com https:\/\/*.magnetvoice.ie https:\/\/*.mdspbx.com https:\/\/*.medtelcom.com https:\/\/*.octopuspbx.com https:\/\/*.pocketitel.com https:\/\/*.mdspbx.com https:\/\/*.tiptelcloud.com https:\/\/*.velocity1voice.co.uk https:\/\/*.vodafone-relate.com https:\/\/*.itnsvoip.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:\/\/*.mdspbx.com\/*",
                "https:\/\/*.komu.fr\/*",
                "https:\/\/*.magnettalk.com\/*",
                "https:\/\/*.magnetvoice.ie\/*",
                "https:\/\/*.mdspbx.com\/*",
                "https:\/\/*.medtelcom.com\/*",
                "https:\/\/*.octopuspbx.com\/*",
                "https:\/\/*.pocketitel.com\/*",
                "https:\/\/*.mdspbx.com\/*",
                "https:\/\/*.tiptelcloud.com\/*",
                "https:\/\/*.velocity1voice.co.uk\/*",
                "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\/*",
                "https:\/\/*.komu.fr\/*",
                "https:\/\/*.magnettalk.com\/*",
                "https:\/\/*.magnetvoice.ie\/*",
                "https:\/\/*.mdspbx.com\/*",
                "https:\/\/*.medtelcom.com\/*",
                "https:\/\/*.octopuspbx.com\/*",
                "https:\/\/*.pocketitel.com\/*",
                "https:\/\/*.mdspbx.com\/*",
                "https:\/\/*.tiptelcloud.com\/*",
                "https:\/\/*.velocity1voice.co.uk\/*",
                "https:\/\/*.vodafone-relate.com\/*"
            ],
            "js": [
                "jquery.js",
                "newTabContent.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "48": "\/dist\/mds\/icon48gray.png"
        },
        "default_title": "Amiba 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__"
        }
    }
}