3CX Webclient auto dial
Clicks the dial button in 3CX Webclient
Co to jest 3CX Webclient auto dial?
3CX Webclient auto dial to rozszerzenie Chrome opracowane przez https://www.t38printer.de, a jego główną funkcją jest „Clicks the dial button in 3CX Webclient”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 3CX Webclient auto dial
Pobierz pliki rozszerzeń 3CX Webclient auto dial w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Clicks the dial button in the 3CX Webclient to allow make calls with the webclient unattended. This is used in combined with the alternative 3CX Tapi.
Podstawowe informacje o rozszerzeniu
Nazwa | 3CX Webclient auto dial |
ID | ckhfehgfmleekddmkmnokpejeldadidj |
Oficjalny URL | https://chromewebstore.google.com/detail/3cx-webclient-auto-dial/ckhfehgfmleekddmkmnokpejeldadidj |
Opis | Clicks the dial button in 3CX Webclient |
Rozmiar pliku | 14.61 KB |
Liczba instalacji | 612 |
Aktualna Wersja | 0.0.1.4 |
Ostatnia Aktualizacja | 2024-03-04 |
Data Publikacji | 2021-07-05 |
Deweloper | https://www.t38printer.de |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://mail2fax.t38printer.de/security.html |
Obsługiwane Języki | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "3CX Webclient auto dial", "description": "Clicks the dial button in 3CX Webclient", "version": "0.0.1.4", "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_start" } ], "icons": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "38": "images\/icons\/38.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png" } } |