Click to call with Linphone
Detect numbers on page and convert them to sip with params
O que é Click to call with Linphone?
Click to call with Linphone é uma extensão do Chrome desenvolvida por appscre10fi, e sua principal característica é "Detect numbers on page and convert them to sip with params".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Click to call with Linphone
Baixe arquivos de extensão Click to call with Linphone 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
Example: Phone 0123456789, use sip with params - sip:$NUMBER@YOURSIPPROVIDER?method=call phone number on web page will replace to link - 0123456789. When user click on this link - will run Linphone (or other Soft Phone) and call to client with number 0123456789. Don't forget replace sip4.w3tel.net to your sip provider (hoster). Is not official extension for Linphone.
Informações Básicas da Extensão
Nome | Click to call with Linphone |
ID | fnidkdfjahchalbdbgcedgdphiaecalm |
URL Oficial | https://chromewebstore.google.com/detail/click-to-call-with-linpho/fnidkdfjahchalbdbgcedgdphiaecalm |
Descrição | Detect numbers on page and convert them to sip with params |
Tamanho do Arquivo | 53.78 KB |
Contagem de Instalações | 274 |
Versão Atual | 0.0.2 |
Última Atualização | 2021-03-06 |
Data de Publicação | 2021-03-06 |
Desenvolvedor | appscre10fi |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.cre10fi.fr/ |
URL da Página de Política de Privacidade | https://www.cre10fi.fr/mentions-legales |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "header.js", "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click to call with Linphone" }, "content_scripts": [ { "js": [ "header.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self' https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com", "description": "Detect numbers on page and convert them to sip with params", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "Click to call with Linphone", "version": "0.0.2" } |