Sonax click to call extensão
Realizar chamadas via sonax
Wat is Sonax click to call extensão?
Sonax click to call extensão is een Chrome-extensie ontwikkeld door https://sonax.net.br, en de belangrijkste functie is "Realizar chamadas via sonax".
Extensie Screenshots
Download het CRX-bestand van de extensie Sonax click to call extensão
Download Sonax click to call extensão-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Esta extensão permite integrar qualquer CRM, ERP ou site ao Sonax Pabx Virtual. Após instalado , o cliente configurará seu ramal na extensão, e a partir deste momento, todo site que tiver algum número de telefone, o usuário basta clicar no número que ele automaticamente irá discar através do nosso Webphone Sonax que abrirá em um poup-up!
Agora com o Sonax você consegue integrar todos os CRM e ERP do mercado! Basisinformatie over de Extensie
| Naam | |
| ID | aonidpkcilkbldpgnoonpbjdmibdhakk |
| Officiële URL | https://chromewebstore.google.com/detail/sonax-click-to-call-exten/aonidpkcilkbldpgnoonpbjdmibdhakk |
| Beschrijving | Realizar chamadas via sonax |
| Bestandsgrootte | 423 KB |
| Aantal Installaties | 0 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2022-08-12 |
| Publicatiedatum | 2022-07-31 |
| Ontwikkelaar | https://sonax.net.br |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://api.whatsapp.com/send/?phone=552140404799&text=Atendimento+redirecionado+da+loja+do+chrome+para+instala%C3%A7%C3%A3o+do+plugin+de+click-to-call&type=phone_number&app_absent=0 |
| Ondersteunde Talen | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sonax click to call extens\u00e3o",
"version": "1.0.1",
"manifest_version": 3,
"description": "Realizar chamadas via sonax",
"background": {
"service_worker": "backgroud.js"
},
"action": {
"default_icon": "img\/logo.png",
"default_title": "Sonax PABX extens\u00e3o",
"default_popup": "index.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"js\/jquery.js",
"js\/index.js",
"js\/salvaUser.js"
],
"css": [
"css\/style.css"
]
}
],
"icons": {
"16": "img\/logo.png"
},
"permissions": [
"contextMenus",
"storage"
]
} | |