Click to Dial - DLS Hosted PBX
Enables Click to Dial functionality along side your DLS Hosted PBX.
Cos'è Click to Dial - DLS Hosted PBX?
Click to Dial - DLS Hosted PBX è un'estensione di Chrome sviluppata da DLS Hosted PBX, e la sua funzione principale è "Enables Click to Dial functionality along side your DLS Hosted PBX.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Click to Dial - DLS Hosted PBX
Scarica i file di estensione Click to Dial - DLS Hosted PBX in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Click to Dial - DLS Hosted PBX |
ID | cmboodljiceljcheaoccadpjkhmibehc |
URL Ufficiale | https://chromewebstore.google.com/detail/click-to-dial-dls-hosted/cmboodljiceljcheaoccadpjkhmibehc |
Descrizione | Enables Click to Dial functionality along side your DLS Hosted PBX. |
Dimensione del File | 236 KB |
Conteggio Installazioni | 149 |
Versione Corrente | 2.1.5 |
Ultimo Aggiornamento | 2021-02-19 |
Data di Pubblicazione | 2019-06-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | DLS Hosted PBX |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.dls.net/ |
Lingue Supportate | 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" } |