AloTech Pipedrive Softphone
AloTech Pipedrive Softphone
Cos'è AloTech Pipedrive Softphone?
AloTech Pipedrive Softphone è un'estensione di Chrome sviluppata da emre.keles, e la sua funzione principale è "AloTech Pipedrive Softphone".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AloTech Pipedrive Softphone
Scarica i file di estensione AloTech Pipedrive Softphone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | AloTech Pipedrive Softphone |
ID | jdedlbhnfclhccgjgmfhnhbihcpigbld |
URL Ufficiale | https://chromewebstore.google.com/detail/alotech-pipedrive-softpho/jdedlbhnfclhccgjgmfhnhbihcpigbld |
Descrizione | AloTech Pipedrive Softphone |
Dimensione del File | 22.59 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2023-05-29 |
Data di Pubblicazione | 2021-03-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | emre.keles |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://alotech.com.tr/ |
URL della Pagina di Aiuto | https://destek.alo-tech.com/ |
Lingue Supportate | 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 } |