AloTech Pipedrive Softphone
AloTech Pipedrive Softphone
Wat is AloTech Pipedrive Softphone?
AloTech Pipedrive Softphone is een Chrome-extensie ontwikkeld door emre.keles, en de belangrijkste functie is "AloTech Pipedrive Softphone".
Extensie Screenshots
Download het CRX-bestand van de extensie AloTech Pipedrive Softphone
Download AloTech Pipedrive Softphone-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | AloTech Pipedrive Softphone |
ID | jdedlbhnfclhccgjgmfhnhbihcpigbld |
Officiële URL | https://chromewebstore.google.com/detail/alotech-pipedrive-softpho/jdedlbhnfclhccgjgmfhnhbihcpigbld |
Beschrijving | AloTech Pipedrive Softphone |
Bestandsgrootte | 22.59 KB |
Aantal Installaties | 33 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2023-05-29 |
Publicatiedatum | 2021-03-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | emre.keles |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://alotech.com.tr/ |
Help Pagina-URL | https://destek.alo-tech.com/ |
Ondersteunde Talen | 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 } |