Mitel Connect Web Dialer
Converts web page phone numbers to dialable links
O que é Mitel Connect Web Dialer?
Mitel Connect Web Dialer é uma extensão do Chrome desenvolvida por Mitel, e sua principal característica é "Converts web page phone numbers to dialable links".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Mitel Connect Web Dialer
Baixe arquivos de extensão Mitel Connect Web Dialer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Mitel Connect Web Dialer allows a Mitel Connect user to dial phone numbers appearing on a web page with a single click.
Informações Básicas da Extensão
Nome | Mitel Connect Web Dialer |
ID | hkciiohohfimeecpjoidoipjpalbabld |
URL Oficial | https://chromewebstore.google.com/detail/mitel-connect-web-dialer/hkciiohohfimeecpjoidoipjpalbabld |
Descrição | Converts web page phone numbers to dialable links |
Tamanho do Arquivo | 399 KB |
Contagem de Instalações | 6,075 |
Versão Atual | 1.0.18 |
Última Atualização | 2021-08-09 |
Data de Publicação | 2019-03-31 |
Classificação | 3.83/5 Total de 12 Avaliações |
Desenvolvedor | Mitel |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.mitel.com |
URL da Página de Ajuda | https://www.mitel.com/mitel-technical-support |
URL da Página de Política de Privacidade | https://chromeextension.globalauth.mitelcloud.com/privacy_wd.html |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mitel Connect Web Dialer", "short_name": "STConnectWebDialer", "version": "1.0.18", "author": "Mitel", "manifest_version": 2, "description": "Converts web page phone numbers to dialable links", "browser_action": { "default_icon": "img\/mitelLogo-48.png", "default_popup": "popup.html", "default_title": "Mitel Connect Web Dialer" }, "icons": { "16": "img\/mitelLogo-16.png", "48": "img\/mitelLogo-48.png", "128": "img\/mitelLogo-128.png" }, "background": { "scripts": [ "js\/webdialerBG.js", "js\/json2.js" ] }, "options_page": "webDialerOptions.html", "options_ui": { "page": "webDialerOptions.html", "chrome_style": true }, "content_scripts": [ { "matches": [ " |