Octopus Cloud Extension
Used with your Octopus Business Cloud PBX to receive call-, voicemail- and chat messages, and Click2Dial from any webpage.
Octopus Cloud Extension क्या है?
Octopus Cloud Extension MDS Gateways द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Used with your Octopus Business Cloud PBX to receive call-, voicemail- and chat messages, and Click2Dial from any webpage."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Octopus Cloud Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Octopus 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 Octopus 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
एक्सटेंशन की मूल जानकारी
नाम | Octopus Cloud Extension |
ID | jmoclohaobmmkdnnlfebidjgnmfkjlaj |
आधिकारिक URL | https://chromewebstore.google.com/detail/octopus-cloud-extension/jmoclohaobmmkdnnlfebidjgnmfkjlaj |
विवरण | Used with your Octopus Business Cloud PBX to receive call-, voicemail- and chat messages, and Click2Dial from any webpage. |
फ़ाइल का आकार | 6.66 MB |
स्थापना संख्या | 166 |
वर्तमान संस्करण | 5.0 |
अंतिम अपडेट | 2021-05-19 |
प्रकाशन तिथि | 2018-02-14 |
डेवलपर | 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": "Octopus Cloud Extension", "short_name": "Octopus Business", "description": "__MSG_extDescriptionOctopus__", "version": "5.0.10", "version_name": "5.0", "homepage_url": "https:\/\/www.octopusbusiness.fr", "author": "mailto:[email protected]?subject=Chrome%20Extension%205.0.10%20Feedback", "icons": { "16": "\/dist\/octopus\/logo16.png", "32": "\/dist\/octopus\/logo32.png", "48": "\/dist\/octopus\/logo48.png", "64": "\/dist\/octopus\/logo64.png", "128": "\/dist\/octopus\/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:\/\/*.octopuspbx.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:\/\/*.octopuspbx.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\/octopus\/icon48gray.png" }, "default_title": "octopus 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__" } } } |