Sonax click to call extensão

Realizar chamadas via sonax

Was ist Sonax click to call extensão?

Sonax click to call extensão ist eine Chrome-Erweiterung, die von https://sonax.net.br entwickelt wurde, und ihr Hauptmerkmal ist "Realizar chamadas via sonax".

Erweiterungsscreenshots

Sonax click to call extensão-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sonax click to call extensão-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Sonax click to call extensão Sonax click to call extensão
ID aonidpkcilkbldpgnoonpbjdmibdhakk
Offizielle URL https://chromewebstore.google.com/detail/sonax-click-to-call-exten/aonidpkcilkbldpgnoonpbjdmibdhakk
Beschreibung Realizar chamadas via sonax
Dateigröße 423 KB
Installationsanzahl 0
Aktuelle Version 1.0.1
Letztes Update 2022-08-12
Veröffentlichungsdatum 2022-07-31
Entwickler https://sonax.net.br
E-Mail [email protected]
Zahlungsart free
Hilfeseite 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
Unterstützte Sprachen 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"
    ]
}