Click to Dial - DLS Hosted PBX
Enables Click to Dial functionality along side your DLS Hosted PBX.
Click to Dial - DLS Hosted PBX क्या है?
Click to Dial - DLS Hosted PBX DLS Hosted PBX द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables Click to Dial functionality along side your DLS Hosted PBX."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Click to Dial - DLS Hosted PBX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Enables Click to Dial functionality along side your Hosted PBX. Click to Dial converts phone numbers in pages you visit to a special link you can click to call the phone number via your DLS Hosted PBX. For customers that use the Click to Dial / Screen Pop desktop application, you will need to update the desktop application to work with browser plugin versions 2.1.0 and higher.
एक्सटेंशन की मूल जानकारी
नाम | Click to Dial - DLS Hosted PBX |
ID | cmboodljiceljcheaoccadpjkhmibehc |
आधिकारिक URL | https://chromewebstore.google.com/detail/click-to-dial-dls-hosted/cmboodljiceljcheaoccadpjkhmibehc |
विवरण | Enables Click to Dial functionality along side your DLS Hosted PBX. |
फ़ाइल का आकार | 236 KB |
स्थापना संख्या | 149 |
वर्तमान संस्करण | 2.1.5 |
अंतिम अपडेट | 2021-02-19 |
प्रकाशन तिथि | 2019-06-24 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | DLS Hosted PBX |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.dls.net/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/tsBackground.js" ] }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "css\/tsStyle.css" ], "js": [ "js\/jquery.min.js", "js\/tsInject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Enables Click to Dial functionality along side your DLS Hosted PBX.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAolLU1I2GC5yO6enQgExAzyyx+Z\/T3CFkHi7rW7jI+itjE3fBWqj\/swV\/jywaCOEw\/CfQwr2I6aqG7k4aWESuuOx5Q1vgQQEw26x44vvBbCgWi58aw3ZbqkssFBUm\/cp1BaqbZLDpFBCUH\/E3kXxXM+2v2vAoIWgEYGIxi6XmUkyd6VKpq1MjBHv7\/zxLHXKqN2IYqYekJavFQdPBswsWwwjLbDsLYtSlG1GkMskgEdujK+6ROGInQ4Q\/xUVR70yJHF6MgQKU4fzmmTuIRbh0UIVGgo2XlJBGCDyMdgzjT0iCCDdgiAgyPasN0qVmwxx0pR0Zb+uuC5MSAGhDsKJ9gwIDAQAB", "manifest_version": 2, "name": "Click to Dial - DLS Hosted PBX", "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1.5" } |