AloTech Pipedrive Softphone

AloTech Pipedrive Softphone

O que é AloTech Pipedrive Softphone?

AloTech Pipedrive Softphone é uma extensão do Chrome desenvolvida por emre.keles, e sua principal característica é "AloTech Pipedrive Softphone".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão AloTech Pipedrive Softphone

Baixe arquivos de extensão AloTech Pipedrive Softphone 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

                        AloTech A Cloud Company is a call center software that runs on the Google Cloud Platform. We have more than 550 customers in Turkey and abroad (Our Web Site: https://www.alo-tech.com/)

The AloTech Pipedrive Softphone extension creates buttons on the Pipedrive website that enable them to click to call next to the customers' names and communicates with the AloTech Pipedrive App in the Pipedrive marketplace to make a call.                    

Informações Básicas da Extensão

Nome AloTech Pipedrive Softphone AloTech Pipedrive Softphone
ID jdedlbhnfclhccgjgmfhnhbihcpigbld
URL Oficial https://chromewebstore.google.com/detail/alotech-pipedrive-softpho/jdedlbhnfclhccgjgmfhnhbihcpigbld
Descrição AloTech Pipedrive Softphone
Tamanho do Arquivo 22.59 KB
Contagem de Instalações 33
Versão Atual 1.0.3
Última Atualização 2023-05-29
Data de Publicação 2021-03-17
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor emre.keles
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://alotech.com.tr/
URL da Página de Ajuda https://destek.alo-tech.com/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AloTech Pipedrive Softphone",
    "description": "AloTech Pipedrive Softphone",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0.3",
    "icons": {
        "48": "alotech-logo.png"
    },
    "permissions": [
        "tabs",
        "background"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pipedrive.com\/*"
            ],
            "js": [
                ".\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/softphone.alo-tech.com\/pipedrive\/; object-src 'self'",
    "manifest_version": 2
}