55PBX Web Softphone Grátis para PABX Virtual

Extensão do Webphone da plataforma de telefonia 55PBX (softphone web) para Google Chrome

55PBX Web Softphone Grátis para PABX Virtual란 무엇입니까?

55PBX Web Softphone Grátis para PABX Virtual은(는) https://www.55pbx.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extensão do Webphone da plataforma de telefonia 55PBX (softphone web) para Google Chrome"입니다.

확장 프로그램 스크린샷

screenshot

55PBX Web Softphone Grátis para PABX Virtual 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        PABX Virtual Voip Barato e Completo com DDDs, 4003 e 0800 para Empresas

Softphone na Web (Webphone) do 55PBX integrado a mais de 300 sistemas diferentes entre Zendesk, Salesforce, Freshdesk, Zapier, Google, Dropbox e mais.

55PBX oferece soluções completas de central de atendimento telefônico para sua empresa!

Configure já sua central de PABX completa e tenha atendimento eletrônico, números de todo o Brasil e 0800 e 4020 de forma rápida, simples e com preço baixo.


Registre-se Grátis!

http://www.55pbx.com                    

확장 프로그램 기본 정보

이름 55PBX Web Softphone Grátis para PABX Virtual 55PBX Web Softphone Grátis para PABX Virtual
ID cdighkgkcaadmonmbocgpcnenffjjdfc
공식 URL https://chromewebstore.google.com/detail/55pbx-web-softphone-gr%C3%A1ti/cdighkgkcaadmonmbocgpcnenffjjdfc
설명 Extensão do Webphone da plataforma de telefonia 55PBX (softphone web) para Google Chrome
파일 크기 149 KB
설치 횟수 6,382
현재 버전 1.9.8.1
최근 업데이트 2022-04-11
출시 날짜 2019-10-22
평점 4.92/5 총 53 개의 평점
개발자 https://www.55pbx.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.55pbx.com
도움말 페이지 URL https://suporte.55pbx.com
지원되는 언어 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "55PBX Web Softphone Gr\u00e1tis para PABX Virtual",
    "short_name": "55PBX Webphone",
    "description": "Extens\u00e3o do Webphone da plataforma de telefonia 55PBX (softphone web) para Google Chrome",
    "version": "1.9.8.1",
    "author": "55TELECOM Ltda.",
    "homepage_url": "https:\/\/www.55pbx.com",
    "background": {
        "persistent": true,
        "scripts": [
            "popup.js",
            "jquery.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "\/assets\/55_logo_16.png"
    },
    "icons": {
        "16": "\/assets\/55_logo_16.png",
        "48": "\/assets\/55_logo_48.png",
        "128": "\/assets\/55_logo_128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/fone.55pbx.com\/"
    ],
    "web_accessible_resources": [
        "content.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/",
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/admin.55pbx.com\/*",
                "*:\/\/wallboard.55pbx.com\/*",
                "*:\/\/report.55pbx.com\/*",
                "*:\/\/realtime.55pbx.com\/*",
                "*:\/\/admin.55pbx.com:3001\/*",
                "*:\/\/realtime.55pbx.com:8600\/*",
                "*:\/\/realtime.55pbx.com:8700\/*",
                "*:\/\/support.55pbx.com:4001\/*",
                "*:\/\/report.55pbx.com:5000\/*",
                "*:\/\/*.55pbx.*:*\/*",
                "*:\/\/*.55pbx.*:*",
                "*:\/\/*.55pbx.*.*:*\/*",
                "*:\/\/*.55pbx.*.*:*"
            ],
            "js": [
                "jquery.min.js",
                "phoneLib.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}