AloTech Pipedrive Softphone
AloTech Pipedrive Softphone
¿Qué es AloTech Pipedrive Softphone?
AloTech Pipedrive Softphone es una extensión de Chrome desarrollada por emre.keles, y su función principal es "AloTech Pipedrive Softphone".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AloTech Pipedrive Softphone
Descarga archivos de extensión AloTech Pipedrive Softphone en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | AloTech Pipedrive Softphone |
ID | jdedlbhnfclhccgjgmfhnhbihcpigbld |
URL Oficial | https://chromewebstore.google.com/detail/alotech-pipedrive-softpho/jdedlbhnfclhccgjgmfhnhbihcpigbld |
Descripción | AloTech Pipedrive Softphone |
Tamaño del Archivo | 22.59 KB |
Cantidad de Instalaciones | 33 |
Versión Actual | 1.0.3 |
Última Actualización | 2023-05-29 |
Fecha de Publicación | 2021-03-17 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | emre.keles |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://alotech.com.tr/ |
URL de la Página de Ayuda | https://destek.alo-tech.com/ |
Idiomas Soportados | 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 } |