CallTrackingMetrics
Allow tel:// to be clicked on to dial via CTM.
O que é CallTrackingMetrics?
CallTrackingMetrics é uma extensão do Chrome desenvolvida por https://calltrackingmetrics.com, e sua principal característica é "Allow tel:// to be clicked on to dial via CTM.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CallTrackingMetrics
Baixe arquivos de extensão CallTrackingMetrics 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
Replace tel:// links on websites with a click to open the softphone with the number pre-loaded and ready to dial.
Informações Básicas da Extensão
Nome | CallTrackingMetrics |
ID | mceiniegnkigckkmpgggllkhfnghjike |
URL Oficial | https://chromewebstore.google.com/detail/calltrackingmetrics/mceiniegnkigckkmpgggllkhfnghjike |
Descrição | Allow tel:// to be clicked on to dial via CTM. |
Tamanho do Arquivo | 137 KB |
Contagem de Instalações | 164 |
Versão Atual | 2.5 |
Última Atualização | 2023-06-02 |
Data de Publicação | 2021-12-01 |
Desenvolvedor | https://calltrackingmetrics.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.calltrackingmetrics.com/ |
URL da Página de Ajuda | https://www.calltrackingmetrics.com/help |
URL da Página de Política de Privacidade | https://www.calltrackingmetrics.com/legal/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CallTrackingMetrics", "version": "2.5", "description": "Allow tel:\/\/ to be clicked on to dial via CTM.", "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "replace.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "permissions": [ "tabs", "storage" ], "options_page": "options.html", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "manifest_version": 3 } |