AloTech Pipedrive Softphone

AloTech Pipedrive Softphone

Hvad er AloTech Pipedrive Softphone?

AloTech Pipedrive Softphone er en Chrome-udvidelse udviklet af emre.keles, og dens hovedfunktion er "AloTech Pipedrive Softphone".

Udvidelsesskærmbilleder

screenshot
screenshot

Download AloTech Pipedrive Softphone-udvidelses-CRX-fil

Download AloTech Pipedrive Softphone-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn AloTech Pipedrive Softphone AloTech Pipedrive Softphone
ID jdedlbhnfclhccgjgmfhnhbihcpigbld
Officiel URL https://chromewebstore.google.com/detail/alotech-pipedrive-softpho/jdedlbhnfclhccgjgmfhnhbihcpigbld
Beskrivelse AloTech Pipedrive Softphone
Filstørrelse 22.59 KB
Antal Installationer 33
Nuværende Version 1.0.3
Senest Opdateret 2023-05-29
Udgivelsesdato 2021-03-17
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler emre.keles
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://alotech.com.tr/
Hjælpeside-URL https://destek.alo-tech.com/
Understøttede Sprog 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
}