Web UC C2D
Click to dial for WebUC/WebCTI
Vad är Web UC C2D?
Web UC C2D är en Chrome-tillägg utvecklad av Plustel Limited, och dess huvudfunktion är "Click to dial for WebUC/WebCTI".
Tilläggsskärmbilder
Ladda ner Web UC C2D-förlängningens CRX-fil
Ladda ner Web UC C2D-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Working in conjunction with your Hosted PBX seat and the WebUC phone or WebCTI, use this extension to have any telephone numbers in web pages changed to a click-2-dial link. When web page numbers are clicked, a call will be initiated from your Hosted PBX extension being used on the same computer where the WebUC phone or WebCTI is loaded and registered to our platform.
Grundläggande Information om Tillägg
Namn | Web UC C2D |
ID | gihpifcapfklpcdjajanldoacmkdemmn |
Officiell webbadress | https://chromewebstore.google.com/detail/web-uc-c2d/gihpifcapfklpcdjajanldoacmkdemmn |
Beskrivning | Click to dial for WebUC/WebCTI |
Filstorlek | 78.79 KB |
Antal Installationer | 126 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2022-10-28 |
Publiceringsdatum | 2020-06-16 |
Utvecklare | Plustel Limited |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://plustel.co.uk/privacy.html |
Stödda Språk | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web UC C2D", "description": "Click to dial for WebUC\/WebCTI", "version": "1.3", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "https:\/\/*.login1.uk\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "thirdParty\/jquery-3.4.1.min.js", "content.js" ], "run_at": "document_idle" } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "images\/ucweb19.png", "38": "images\/ucweb38.png" } }, "icons": { "16": "images\/ucweb16.png", "48": "images\/ucweb48.png", "128": "images\/ucweb128.png" } } |