vCS Click-to-Call Extension

vCS - Cloud Call Center

O que é vCS Click-to-Call Extension?

vCS Click-to-Call Extension é uma extensão do Chrome desenvolvida por vCS, e sua principal característica é "vCS - Cloud Call Center".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão vCS Click-to-Call Extension

Baixe arquivos de extensão vCS Click-to-Call Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This Chrome extension converts each phone numbers into clickable links, allowing you to access "click-to-call" feature right on your Chrome brower.                    

Informações Básicas da Extensão

Nome vCS Click-to-Call Extension vCS Click-to-Call Extension
ID pbljeimeljbggnhljdaoilgahanlcion
URL Oficial https://chromewebstore.google.com/detail/vcs-click-to-call-extensi/pbljeimeljbggnhljdaoilgahanlcion
Descrição vCS - Cloud Call Center
Tamanho do Arquivo 1.29 MB
Contagem de Instalações 41
Versão Atual 1.4
Última Atualização 2019-08-11
Data de Publicação 2019-08-05
Classificação 5.00/5 Total de 12 Avaliações
Desenvolvedor vCS
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://vinadata.vn/web/guest/terms-and-conditions
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "vCS Click-to-Call Extension",
    "short_name": "vCS",
    "version": "1.4",
    "description": "vCS - Cloud Call Center",
    "permissions": [
        "activeTab",
        "tabs",
        "declarativeContent",
        "storage",
        "contextMenus",
        "notifications"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/libraries\/jquery.js",
            "js\/libraries\/socket.io.js",
            "js\/constant.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png"
        },
        "default_title": "vCS Click To Call",
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        "js\/libraries\/*",
        "html\/popup.html",
        "images\/icon-phone.png",
        "images\/icon-48.jpg",
        "images\/icon-22.jpg",
        "images\/hubspot\/contact.svg",
        "images\/hubspot\/phone.svg",
        "images\/hubspot\/view.svg",
        "images\/hubspot\/newtab.svg",
        "images\/hubspot\/create.svg",
        "images\/hubspot\/mail.svg",
        "images\/hubspot\/job.svg",
        "images\/hubspot\/lastcontacted.svg",
        "images\/hubspot\/life.svg",
        "images\/pipedrive\/contact.svg",
        "images\/pipedrive\/phone.svg",
        "images\/pipedrive\/view.svg",
        "images\/pipedrive\/newtab.svg",
        "images\/pipedrive\/create.svg",
        "images\/pipedrive\/mail.svg",
        "images\/pipedrive\/job.svg",
        "images\/pipedrive\/lastcontacted.svg",
        "images\/pipedrive\/life.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/o365-vcs.herokuapp.com\/*"
            ],
            "js": [
                "js\/libraries\/chrome-ex-oauth2\/injection.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/app.hubspot.com\/*"
            ],
            "js": [
                "js\/libraries\/jquery.js",
                "js\/hubspot\/hubspot.js"
            ],
            "css": [
                "css\/libraries\/bootstrap.min.css",
                "css\/hubspot\/hubspot.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.pipedrive.com\/*"
            ],
            "js": [
                "js\/libraries\/jquery.js",
                "js\/pipedrive\/pipedrive.js"
            ],
            "css": [
                "css\/pipedrive\/pipedrive.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/libraries\/jquery.js",
                "js\/utils.js",
                "js\/libraries\/libphonenumber.js",
                "js\/content_page.js"
            ],
            "css": [
                "css\/content_page.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}