Sonax click to call extensão

Realizar chamadas via sonax

What is Sonax click to call extensão?

Sonax click to call extensão is a Chrome extension developed by https://sonax.net.br, and its main feature is "Realizar chamadas via sonax".

Extension Screenshots

Download Sonax click to call extensão Extension CRX File

Download Sonax click to call extensão extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Sonax click to call extensão Sonax click to call extensão
ID aonidpkcilkbldpgnoonpbjdmibdhakk
Official URL https://chromewebstore.google.com/detail/sonax-click-to-call-exten/aonidpkcilkbldpgnoonpbjdmibdhakk
Description Realizar chamadas via sonax
File Size 423 KB
Installation Count 0
Current Version 1.0.1
Last Updated 2022-08-12
Publish Date 2022-07-31
Developer https://sonax.net.br
Email [email protected]
Payment Type free
Help Page 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
Supported Languages 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"
    ]
}