AloTech Pipedrive Softphone

AloTech Pipedrive Softphone

Qu'est-ce que AloTech Pipedrive Softphone ?

AloTech Pipedrive Softphone est une extension Chrome développée par emre.keles, et sa fonction principale est "AloTech Pipedrive Softphone".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension AloTech Pipedrive Softphone

Téléchargez les fichiers d'extension AloTech Pipedrive Softphone au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AloTech Pipedrive Softphone AloTech Pipedrive Softphone
ID jdedlbhnfclhccgjgmfhnhbihcpigbld
URL Officiel https://chromewebstore.google.com/detail/alotech-pipedrive-softpho/jdedlbhnfclhccgjgmfhnhbihcpigbld
Description AloTech Pipedrive Softphone
Taille du Fichier 22.59 KB
Nombre d'Installations 33
Version Actuelle 1.0.3
Dernière Mise à Jour 2023-05-29
Date de Publication 2021-03-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur emre.keles
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://alotech.com.tr/
URL de la Page d'Aide https://destek.alo-tech.com/
Langues Prises en Charge 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
}