55PBX Web Softphone para PABX Virtual(Lite)

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

什么是55PBX Web Softphone para PABX Virtual(Lite)?

55PBX Web Softphone para PABX Virtual(Lite)是由https://www.55pbx.com开发的Chrome扩展程序,该扩展的主要功能是“Extensão Lite do Webphone da plataforma de telefonia 55PBX (softphone web) para Google Chrome”。

扩展截图

screenshot

下载55PBX Web Softphone para PABX Virtual(Lite)扩展crx文件

下载55PBX Web Softphone para PABX Virtual(Lite)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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, Google 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!

https://www.55pbx.com                    

扩展基本信息

名称 55PBX Web Softphone para PABX Virtual(Lite) 55PBX Web Softphone para PABX Virtual(Lite)
ID fcfhmnjhamedejkpellfhamfgneklbki
官方URL https://chromewebstore.google.com/detail/55pbx-web-softphone-para/fcfhmnjhamedejkpellfhamfgneklbki
简介 Extensão Lite do Webphone da plataforma de telefonia 55PBX (softphone web) para Google Chrome
文件大小 148 KB
安装次数 0
当前版本 1.9.8.0
更新时间 2022-02-15
上架时间 2019-09-12
评分 2.33/5 共3次评分
开发者 https://www.55pbx.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://55pbx.com
帮助页面URL https://suporte.55pbx.com/hc/pt-br
支持的语言 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "55PBX Web Softphone para PABX Virtual(Lite)",
    "short_name": "55PBX Webphone",
    "description": "Extens\u00e3o Lite do Webphone da plataforma de telefonia 55PBX (softphone web) para Google Chrome",
    "version": "1.9.8.0",
    "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: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",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}